diff options
Diffstat (limited to 'units/emergency.service')
-rw-r--r-- | units/emergency.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/emergency.service b/units/emergency.service index eff5261868..4847f4f0c6 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -21,6 +21,8 @@ ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" or ^ ExecStart=-/sbin/sulogin ExecStopPost=/bin/systemctl --fail --no-block default StandardInput=tty-force +StandardOutput=inherit +StandardError=inherit KillMode=process # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash |