chiark / gitweb /
exec: drop process group kill mode since it has little use and confuses the user
[elogind.git] / units / rescue.service.m4
index 969ac4728f7176d1fa83d9c06bfdc90bc64dfe8d..241c75071f635d42517ee8f830e7ec554388a62b 100644 (file)
@@ -28,7 +28,7 @@ ExecStart=-/bin/bash -c "exec ${SINGLE}"',
 `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.