Revert r4822, problem is caused by sth. else
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Jun 2009 18:24:18 +0000 (18:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Jun 2009 18:24:18 +0000 (18:24 +0000)
libs/lucid/root/etc/config/lucid
libs/lucid/root/etc/init.d/lucid

index ae6b4a0..c3bd604 100644 (file)
@@ -1,7 +1,7 @@
 config lucid main
        option pollinterval 15000
        option threadlimit 25
-       option daemonize 0
+       option daemonize 1
        option debug 0
        list supports tcpserver
        list supports server
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 "."
 }