avahi: remove monitor service files

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

View File

@ -108,6 +108,5 @@ post_install() {
add_group avahi 495 add_group avahi 495
enable_service avahi-daemon.service enable_service avahi-daemon.service
enable_service avahi-monitor.path
} }

View File

@ -1,9 +0,0 @@
[Unit]
Description=Avahi configfile monitor
[Path]
PathModified=/storage/.cache/services/avahi.conf
PathModified=/run/openelec/debug/avahi.conf
[Install]
WantedBy=multi-user.target

View File

@ -1,10 +0,0 @@
[Unit]
Description=Avahi configfile monitor
After=avahi-daemon.service
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart avahi-daemon.service
[Install]
WantedBy=multi-user.target