libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around...
[project/luci.git] / libs / lucid / root / etc / init.d / lucid
index 1b2b04e..c5f992e 100755 (executable)
@@ -9,7 +9,7 @@ set -e
 
 start() {
        echo -n "Starting $DESC: $NAME"
-       lua -lluci.lucid -e 'luci.lucid.start()'
+       lua -lluci.lucid -e 'luci.lucid.start()' &
        echo "."
 }