X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Femergency.service;h=dda7e168cb65ec447766b0e1a90bf549c00ddab3;hp=83b7d72b7b7da7af76018ce27efe00500d50ac59;hb=30609d9c187331640125d6b7e3c650330304b383;hpb=af65a09126e216d468592f069aee50dfe0382d3a diff --git a/units/emergency.service b/units/emergency.service index 83b7d72b7..dda7e168c 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -12,8 +12,14 @@ Description=Emergency Shell DefaultDependencies=no [Service] +ExecStartPre=-/bin/plymouth --hide-splash +ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" to activate default mode.' ExecStart=/bin/sh -StandardInput=tty +StandardInput=tty-force Restart=restart-always RestartSec=0 KillMode=process-group + +# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash +# terminates cleanly. +KillSignal=SIGHUP