commit | 03a8b1cfeac017a688c6ad4ffb237f40963db570 | [log] [tgz] |
---|---|---|
author | Yi Li <adamliyi@msn.com> | Thu Aug 18 17:08:13 2016 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 22 16:24:10 2016 +0000 |
tree | ec3c3aac7e419465c8c366ef9c61709dc7b90fa1 | |
parent | c14f6fec3dd69511f36f6461e6795d5a84a9801e [diff] |
pysystemmgr: Handling SIGCHLD signal SystemManager starts multiple child processes when system state changes. Set parent process to ignore the SIGCHLD signal, to prevent child processes transforming into zombies when they terminate. Resolves openbmc/openbmc#206 Change-Id: Ic8baa0cbb97f2df8fcc462a732a4194e4a6d3f8c Signed-off-by: Yi Li <adamliyi@msn.com>