From: Lennart Poettering Date: Thu, 8 Jul 2010 02:21:53 +0000 (+0200) Subject: units: kill the emergency shell with SIGHUP X-Git-Tag: v2~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=319346674c5665af895e854e1754eed4b5e36f42 units: kill the emergency shell with SIGHUP --- diff --git a/units/emergency.service b/units/emergency.service index 83b7d72b7..8745d101c 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -17,3 +17,7 @@ StandardInput=tty Restart=restart-always RestartSec=0 KillMode=process-group + +# Bash ignores SIGTERM, so we send SIGHUP first, to ensure that bash +# terminates cleanly. +ExecStop=/bin/kill -HUP $(MAINPID)