summaryrefslogtreecommitdiff
path: root/units/systemd-exit.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-11-16 11:35:59 +0100
committerLennart Poettering <lennart@poettering.net>2018-11-16 12:25:35 +0100
commit9f782b3e1b9eb9645e9b5bfcf9a33da12e91337a (patch)
tree7cf55f4d187fba97a86c00c5b153546ea6bee28a /units/systemd-exit.service
parent1795457f50f8d67c6a7d1d08cad401d88b82eda4 (diff)
downloadsystemd-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.service2
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