mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
bluez: remove monitor service files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -75,9 +75,7 @@ post_makeinstall_target() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service bluetooth-monitor.path
|
||||
enable_service bluetooth.service
|
||||
enable_service obex-monitor.path
|
||||
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
|
||||
Reference in New Issue
Block a user