- simplyfing init script
This commit is contained in:
Stephan Raue 2009-12-29 19:36:48 +01:00
parent 178379f393
commit a080c9cea8

View File

@ -1,11 +1,8 @@
#!/bin/sh
#
# start Avahi Daemon
#
# runlevels: openelec, text, debug
(
. /etc/sysconfig
wait_for_network
progress "Starting Avahi Daemon"
@ -13,5 +10,3 @@
mkdir -p /var/run/avahi-daemon
avahi-daemon -D
)&
exit 0