Don't add console watcher if not PID 1.
authorDavin McCall <davmac@davmac.org>
Sat, 27 Jul 2019 07:03:41 +0000 (17:03 +1000)
committerDavin McCall <davmac@davmac.org>
Sat, 27 Jul 2019 07:03:41 +0000 (17:03 +1000)
commit3660c333531e37d9c75de475ec6af8baaa2937b1
treea9f8786b6688bab970664f087889c75cbfe5a068
parent3e513543477c7f91aef0b721696cdfd5e3bde9bc
Don't add console watcher if not PID 1.

If not PID 1, we don't need to ask for console input. Adding a watcher
fails if we don't have a (suitable) stdin, eg FreeBSD shell if dinit is
run in background.
src/dinit.cc