diff options
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/single.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/fedora/single.service b/units/fedora/single.service index 93a70cf4b0..75b8ecc0b0 100644 --- a/units/fedora/single.service +++ b/units/fedora/single.service @@ -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 |