avahi: rework init scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-09 03:49:34 +01:00
parent 1692b6adb7
commit 966b4c470e

View File

@ -1,5 +1,3 @@
#!/bin/sh
################################################################################
# Copyright (C) 2009-2010 OpenELEC.tv
# http://www.openelec.tv
@ -24,11 +22,8 @@
#
# runlevels: openelec, textmode
. /etc/profile
(
progress "Starting Avahi Daemon"
$IONICE mkdir -p /var/run/avahi-daemon
avahi-daemon -D
mkdir -p /var/run/avahi-daemon
avahi-daemon -D
)&