diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 17:48:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 17:48:41 +0000 |
commit | 408cb9371220052d711a741f2836a346472d5840 (patch) | |
tree | 543af49fc11d8738f49f43779764003ef76e9ac8 /libs/lucid/root/etc/config | |
parent | b733587e181d5195d2562f9883b39213dcee529d (diff) |
libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around by not deamonizing lucid
Diffstat (limited to 'libs/lucid/root/etc/config')
-rw-r--r-- | libs/lucid/root/etc/config/lucid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid index c3bd60432..ae6b4a072 100644 --- a/libs/lucid/root/etc/config/lucid +++ b/libs/lucid/root/etc/config/lucid @@ -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 |