mirror of https://github.com/hak5/openwrt.git
prevent zombies from occuring when stdou/stdout are held open
SVN-Revision: 1125lede-17.01
parent
a18365fcbb
commit
d23707baef
|
@ -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