summaryrefslogtreecommitdiff
path: root/units/console-shell.service.m4
diff options
context:
space:
mode:
Diffstat (limited to 'units/console-shell.service.m4')
-rw-r--r--units/console-shell.service.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/units/console-shell.service.m4 b/units/console-shell.service.m4
index c98a08fcc..cce2d5a5a 100644
--- a/units/console-shell.service.m4
+++ b/units/console-shell.service.m4
@@ -31,7 +31,7 @@ WorkingDirectory=/root
ExecStart=-/sbin/sulogin
ExecStopPost=-/bin/systemctl poweroff
StandardInput=tty-force
-KillMode=process-group
+KillMode=process
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
# terminates cleanly.