diff --git a/packages/network/avahi/system.d/avahi-daemon.service b/packages/network/avahi/system.d/avahi-daemon.service index b15d7666a1..3b471a87c3 100644 --- a/packages/network/avahi/system.d/avahi-daemon.service +++ b/packages/network/avahi/system.d/avahi-daemon.service @@ -5,7 +5,7 @@ After=syslog.target debug.service network.target ConditionPathExists=/storage/.cache/services/avahi.conf [Service] -EnvironmentFile=-/run/openelec/debug.conf +EnvironmentFile=-/run/openelec/debug/avahi.conf ExecStart=/usr/sbin/avahi-daemon -s $AVAHI_DEBUG ExecReload=/usr/sbin/avahi-daemon -r diff --git a/packages/network/avahi/system.d/avahi-monitor.path b/packages/network/avahi/system.d/avahi-monitor.path index f463a31bff..0ea3f2ec3c 100644 --- a/packages/network/avahi/system.d/avahi-monitor.path +++ b/packages/network/avahi/system.d/avahi-monitor.path @@ -3,7 +3,7 @@ Description=Avahi configfile monitor [Path] PathModified=/storage/.cache/services/avahi.conf -PathModified=/run/openelec/debug.conf +PathModified=/run/openelec/debug/avahi.conf [Install] WantedBy=multi-user.target