mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
avahi: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -22,11 +22,17 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
wait_for_network
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
wait_for_network
|
||||
|
||||
progress "Starting Avahi Daemon"
|
||||
progress "Starting Avahi Daemon"
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D
|
||||
)&
|
||||
;;
|
||||
|
||||
mkdir -p /var/run/avahi-daemon
|
||||
avahi-daemon -D
|
||||
)&
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user