diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-21 02:57:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-21 02:57:35 +0200 |
commit | c24eb49e6aecd6de2ad450083e826d4c9d9c75b6 (patch) | |
tree | 6833f35a658d6427eb981b320df3c6913e8fc455 /units/fedora | |
parent | sysv: do not add sysv services that are not enabled in /etc/rcN.d/ to network... (diff) | |
download | systemd-c24eb49e6aecd6de2ad450083e826d4c9d9c75b6.tar.xz systemd-c24eb49e6aecd6de2ad450083e826d4c9d9c75b6.zip |
exec: extend variable substitution to support splitting variable values into seperate arguments
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} |