bluez: remove monitor service files

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-18 21:53:16 +02:00
parent 740e057719
commit d89e199dac
5 changed files with 0 additions and 40 deletions

View File

@ -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
}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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