Revert r4822, problem is caused by sth. else

This commit is contained in:
Jo-Philipp Wich 2009-06-10 18:24:18 +00:00
parent 408cb93712
commit 8c7ad9624c
2 changed files with 2 additions and 2 deletions

View 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

View file

@ -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 "."
}