Start LuCIttpd in background
authorSteven Barth <steven@midlink.org>
Sun, 7 Dec 2008 20:09:46 +0000 (20:09 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 7 Dec 2008 20:09:46 +0000 (20:09 +0000)
libs/lucittpd/root/etc/init.d/lucittpd

index 139f30b..a7f78e0 100755 (executable)
@@ -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 "."
 }