chiark / gitweb /
unit: create three seperate plymouth service for halt/poweroff/reboot
[elogind.git] / units / fedora / single.service
index 93a70cf4b0fe020a2fe7b078a865fb0a99e97385..75b8ecc0b0e6c5ad939015d725abe4832277a89f 100644 (file)
@@ -23,6 +23,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