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=bcedebfa089d711f8df3201b3637381c847cfa7a;hb=30609d9c187331640125d6b7e3c650330304b383;hpb=983d9c90151f4b85301bd8078afd560269e75961;ds=sidebyside diff --git a/units/emergency.service b/units/emergency.service index bcedebfa0..dda7e168c 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -10,16 +10,16 @@ [Unit] Description=Emergency Shell DefaultDependencies=no -Requires=shutdown.target umount.target -After=shutdown.target umount.target [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 first, to ensure that bash +# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash # terminates cleanly. -ExecStop=/bin/kill -HUP $(MAINPID) +KillSignal=SIGHUP