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