mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
avahi: rework debugmode service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
755c10994e
commit
a69eb6a456
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user