libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around by not deamonizing lucid
This commit is contained in:
parent
b733587e18
commit
408cb93712
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
config lucid main
|
||||
option pollinterval 15000
|
||||
option threadlimit 25
|
||||
option daemonize 1
|
||||
option daemonize 0
|
||||
option debug 0
|
||||
list supports tcpserver
|
||||
list supports server
|
||||
|
|
|
@ -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 "."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue