- add fastboot code
This commit is contained in:
Stephan Raue 2010-03-06 13:26:34 +01:00
parent 557464b512
commit 37d84c0959

View File

@ -5,6 +5,6 @@
( (
progress "Starting Avahi Daemon" progress "Starting Avahi Daemon"
mkdir -p /var/run/avahi-daemon $IONICE mkdir -p /var/run/avahi-daemon
avahi-daemon -D avahi-daemon -D
)& )&