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=dd4a0703e2637b72f69aa68ec7ef13b49402957a;hb=30609d9c187331640125d6b7e3c650330304b383;hpb=a974d58e83e409a92ca916bb9bbce0e457ea896f;ds=sidebyside diff --git a/units/emergency.service b/units/emergency.service index dd4a0703e..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