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=7a1f81a468bb77eb602a33d1e4dc5978b2febd9d;hb=30609d9c187331640125d6b7e3c650330304b383;hpb=c24eb49e6aecd6de2ad450083e826d4c9d9c75b6;ds=sidebyside diff --git a/units/emergency.service b/units/emergency.service index 7a1f81a46..dda7e168c 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -20,6 +20,6 @@ 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