Revert r4822, problem is caused by sth. else
[project/luci.git] / libs / lucid / root / etc / init.d / lucid
index c5f992e..1b2b04e 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 "."
 }