(Linux) set dinit as child subreaper.
authorDavin McCall <davmac@davmac.org>
Mon, 3 Jul 2017 00:12:33 +0000 (01:12 +0100)
committerDavin McCall <davmac@davmac.org>
Mon, 3 Jul 2017 00:12:33 +0000 (01:12 +0100)
commitdc49da32b739aac23af4fe99f0250d0f9d3379d5
treeb6ac0ff0460f14b9db93ad8f1f4f07ccdf75ff86
parent3768e06584204f265cc4f12369712954a01ea16b
(Linux) set dinit as child subreaper.

This allows catching/watching double-forking processes even if we
are not PID 1. Double-fork orphans will be reparented to the
subreaper (i.e. Dinit) rather than PID 1 (init).
src/dinit.cc