avahi: rework debugmode service

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-18 14:11:42 +02:00
parent 755c10994e
commit a69eb6a456
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ After=syslog.target debug.service network.target
ConditionPathExists=/storage/.cache/services/avahi.conf ConditionPathExists=/storage/.cache/services/avahi.conf
[Service] [Service]
EnvironmentFile=-/run/openelec/debug.conf EnvironmentFile=-/run/openelec/debug/avahi.conf
ExecStart=/usr/sbin/avahi-daemon -s $AVAHI_DEBUG ExecStart=/usr/sbin/avahi-daemon -s $AVAHI_DEBUG
ExecReload=/usr/sbin/avahi-daemon -r ExecReload=/usr/sbin/avahi-daemon -r

View File

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