mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
19 lines
439 B
Desktop File
19 lines
439 B
Desktop File
[Unit]
|
|
Description=Avahi Daemon
|
|
After=network.target avahi-defaults.service
|
|
Requires=avahi-defaults.service
|
|
ConditionPathExists=/storage/.cache/services/avahi.conf
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
EnvironmentFile=-/run/libreelec/debug/avahi.conf
|
|
ExecStart=/usr/sbin/avahi-daemon -s $AVAHI_DEBUG
|
|
ExecReload=/usr/sbin/avahi-daemon -r
|
|
TimeoutStopSec=1s
|
|
RestartSec=2
|
|
StartLimitInterval=60
|
|
StartLimitBurst=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|