mirror of https://github.com/mirror/busybox.git
acpid: prevent creation of zombies
parent
730106767e
commit
6a07d1fb5c
|
@ -78,8 +78,8 @@ int acpid_main(int argc, char **argv)
|
|||
// goto configuration directory
|
||||
xchdir(opt_conf);
|
||||
|
||||
// // setup signals
|
||||
// bb_signals(BB_FATAL_SIGS, record_signo);
|
||||
// prevent zombies
|
||||
signal(SIGCHLD, SIG_IGN);
|
||||
|
||||
// no explicit evdev files given? -> use proc event interface
|
||||
if (!*argv) {
|
||||
|
|
Loading…
Reference in New Issue