chiark / gitweb /
units: drop automount unit for /sys/kernel/debug
[elogind.git] / units / console-shell.service.m4
index c98a08fccc7e05bb369e6cd2430d0b455d88788c..a4a9108b325099b90e66d92e05a7a81f353599f4 100644 (file)
@@ -31,7 +31,9 @@ WorkingDirectory=/root
 ExecStart=-/sbin/sulogin
 ExecStopPost=-/bin/systemctl poweroff
 StandardInput=tty-force
-KillMode=process-group
+StandardOutput=inherit
+StandardError=inherit
+KillMode=process
 
 # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
 # terminates cleanly.