mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
avahi: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
36781c02bc
commit
ff5a566123
@ -5,7 +5,6 @@ After=syslog.target debug.service network.target
|
|||||||
ConditionPathExists=/storage/.cache/services/avahi.conf
|
ConditionPathExists=/storage/.cache/services/avahi.conf
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# EnvironmentFile=/storage/.cache/services/avahi.conf
|
|
||||||
EnvironmentFile=-/run/openelec/debug.conf
|
EnvironmentFile=-/run/openelec/debug.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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Avahi configfile monitor
|
Description=Avahi configfile monitor
|
||||||
After=network.target
|
After=avahi-daemon.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user