mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
bluez: remove monitor service files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
740e057719
commit
d89e199dac
@ -75,9 +75,7 @@ post_makeinstall_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
enable_service bluetooth-monitor.path
|
|
||||||
enable_service bluetooth.service
|
enable_service bluetooth.service
|
||||||
enable_service obex-monitor.path
|
|
||||||
enable_service obex.service
|
enable_service obex.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Bluetooth configfile monitor
|
|
||||||
|
|
||||||
[Path]
|
|
||||||
PathModified=/storage/.cache/services/bluez.conf
|
|
||||||
PathModified=/run/openelec/debug/bluez.conf
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=bluetooth.target
|
|
@ -1,10 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Bluetooth configfile monitor
|
|
||||||
Requires=bluetooth.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/bin/systemctl restart bluetooth.service
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=bluetooth.target
|
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=OBEX configfile monitor
|
|
||||||
|
|
||||||
[Path]
|
|
||||||
PathModified=/storage/.cache/services/obexd.conf
|
|
||||||
PathModified=/run/openelec/debug/obexd.conf
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=bluetooth.target
|
|
@ -1,10 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Bluetooth configfile monitor
|
|
||||||
Requires=bluetooth.target bluetooth.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/bin/systemctl restart obex.service
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=bluetooth.target
|
|
Loading…
x
Reference in New Issue
Block a user