X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Femergency.service;h=dd4a0703e2637b72f69aa68ec7ef13b49402957a;hp=0014c263b400e37a4f4a5edd31baa80ca05c6abf;hb=6f28c033ec506847b3bfa4efaf52478120c36946;hpb=5682009b2153badf0c3d07baf574ef1b1547a5c5 diff --git a/units/emergency.service b/units/emergency.service index 0014c263b..dd4a0703e 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -10,16 +10,16 @@ [Unit] Description=Emergency Shell DefaultDependencies=no -Wants=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 # terminates cleanly. -ExecStop=/bin/kill -HUP $(MAINPID) +ExecStop=-/bin/kill -HUP $(MAINPID)