1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 17:43:10 +02:00

prevent zombies from occuring when stdou/stdout are held open

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2005-06-01 08:28:44 +00:00
parent 328be4d64b
commit 8cd0206134

View File

@ -5,4 +5,4 @@ ${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
for i in /etc/init.d/S*; do
$i start 2>&1
done | logger -s -p 6 -t ''
done | logger -s -p 6 -t '' &