when doing e.g. systemctl stop nm.service, systemd attempts to kill nm, so we need...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 31 Jan 2014 15:59:12 +0000 (16:59 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 31 Jan 2014 15:59:12 +0000 (16:59 +0100)
commit8eaedf83b2e9f66a61bd04fc6742615cec958746
tree9020f03e5b68452c60ccabfaa61fa5f71b6e5fd4
parente7b3c4d7b29b79f79b766c0237c930213ab998a2
when doing e.g. systemctl stop nm.service, systemd attempts to kill nm, so we need to really exit (os._exit) and not just have one random thread die
tools.py