Make SIGQUIT perform immediate shutdown ("shutdown --sytem"), rather than exec()int
authorDavin McCall <davmac@davmac.org>
Tue, 21 Jun 2016 18:52:02 +0000 (19:52 +0100)
committerDavin McCall <davmac@davmac.org>
Tue, 21 Jun 2016 18:52:02 +0000 (19:52 +0100)
commit41175b5fd039f6251c959aed52f7fedc42432f05
tree7163eed61e6159303d7b6f4f279d4e9946c0b8e1
parentdff52e4261b762fbf7dd69b79b071693ebcf36c9
Make SIGQUIT perform immediate shutdown ("shutdown --sytem"), rather than exec()int
the plain "shutdown" command, which would have tried to contact Dinit in order to
roll back services anyway.
src/dinit.cc