diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
commit | cd25cce98f5cc930202212c3c9c13605c09698b4 (patch) | |
tree | 7c186394fed8a04e5ad8fef37eda670282f2a08e /units/console-shell.service.m4 | |
parent | 12235040ec94279ad92693dcfae0a4d9c35a6076 (diff) |
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'units/console-shell.service.m4')
-rw-r--r-- | units/console-shell.service.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/console-shell.service.m4 b/units/console-shell.service.m4 index c98a08fccc..cce2d5a5a4 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. |