chiark / gitweb /
install: various improvements
[elogind.git] / units / emergency.service
index 924723fefede74b2fe1a98653aa5cf781b4477d7..8745d101c7f78827fc5cbabbb1552d5a55937426 100644 (file)
@@ -9,6 +9,7 @@
 
 [Unit]
 Description=Emergency Shell
+DefaultDependencies=no
 
 [Service]
 ExecStart=/bin/sh
@@ -16,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)