mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
||||
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
wait_for_network
|
||||
(
|
||||
wait_for_network
|
||||
|
||||
progress "Starting Avahi Daemon"
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D
|
||||
)&
|
||||
;;
|
||||
progress "Starting Avahi Daemon"
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user