diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-16 11:35:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 12:25:35 +0100 |
commit | 9f782b3e1b9eb9645e9b5bfcf9a33da12e91337a (patch) | |
tree | 7cf55f4d187fba97a86c00c5b153546ea6bee28a /units/systemd-exit.service | |
parent | 1795457f50f8d67c6a7d1d08cad401d88b82eda4 (diff) | |
download | systemd-9f782b3e1b9eb9645e9b5bfcf9a33da12e91337a.tar.gz |
units: use correct command to exit
Otherwise we'll end a cyclic loop.
Diffstat (limited to 'units/systemd-exit.service')
-rw-r--r-- | units/systemd-exit.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-exit.service b/units/systemd-exit.service index 356b131d05..e5b270fc36 100644 --- a/units/systemd-exit.service +++ b/units/systemd-exit.service @@ -13,4 +13,4 @@ Documentation=man:systemd.special(7) DefaultDependencies=no Requires=shutdown.target umount.target final.target After=shutdown.target umount.target final.target -SuccessAction=exit +SuccessAction=exit-force |