mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Revert "avahi: start init scripts on RUNLEVEL=boot"
This reverts commit e78b76d1e24885d9cc362ed475ff9ff4e63d3f68.
This commit is contained in:
parent
55845ca002
commit
314bf5ce93
@ -22,17 +22,11 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
case $RUNLEVEL in
|
(
|
||||||
boot)
|
wait_for_network
|
||||||
(
|
|
||||||
wait_for_network
|
|
||||||
|
|
||||||
progress "Starting Avahi Daemon"
|
progress "Starting Avahi Daemon"
|
||||||
mkdir -p /var/run/avahi-daemon
|
|
||||||
avahi-daemon -D
|
|
||||||
)&
|
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
mkdir -p /var/run/avahi-daemon
|
||||||
;;
|
avahi-daemon -D
|
||||||
esac
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user