Reboot busybox style via procd
authorMichel Stam <m.stam@fugro.nl>
Thu, 2 Oct 2014 11:56:21 +0000 (11:56 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 2 Oct 2014 17:19:41 +0000 (19:19 +0200)
commit2c8176385a4f62b536303912ba508b9dc7931fad
tree8231a933f0d7cfadc021f476ecbb0bb1fe8a97fa
parent98975d54d405c45edf7bab2205d6ffb75ed90438
Reboot busybox style via procd

It has been observed that, very rarely, the system does not reboot
when procd enters the shutdown state. Busybox seems to have an
obscure fix in its shutdown, where the parent (procd) process
is put in an infinite loop, and a special child is executed to
execute reboot(). This may very well be the cause.

Signed-off-by: Michel Stam <m.stam@fugro.nl>
state.c