Start LuCIttpd in background

This commit is contained in:
Steven Barth 2008-12-07 20:09:46 +00:00
parent 5c61c377c1
commit 77ac7cfcad

View file

@ -10,7 +10,7 @@ set -e
start() {
echo -n "Starting $DESC: $NAME"
start-stop-daemon -S -q -x $DAEMON
start-stop-daemon -b -S -q -x $DAEMON
echo "."
}