mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 07:29:33 +02:00
prevent zombies from occuring when stdou/stdout are held open
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9a850a31e6
commit
7b28f49534
@ -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 '' &
|
||||
|
Loading…
Reference in New Issue
Block a user