chiark / gitweb /
exec: drop process group kill mode since it has little use and confuses the user
[elogind.git] / units / emergency.service
index cb28a783852a172bbe592a8ed7175b5c7fe669ed..a97ec5e389b4000387030bd746ec0022f8de2ae2 100644 (file)
@@ -21,7 +21,7 @@ ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" or ^
 ExecStart=-/sbin/sulogin
 ExecStopPost=/bin/systemctl --fail default
 StandardInput=tty-force
-KillMode=process-group
+KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
 # terminates cleanly.