summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-11-16 11:34:47 +0100
committerLennart Poettering <lennart@poettering.net>2018-11-16 12:25:35 +0100
commit1795457f50f8d67c6a7d1d08cad401d88b82eda4 (patch)
treee37b6deb35db90f0a7c3d797b8243d073e163f53
parent9b2934cb81fc892874568a73f6bcd7790ee91535 (diff)
downloadsystemd-1795457f50f8d67c6a7d1d08cad401d88b82eda4.tar.gz
units: add the same ordering deps for systemd-exit.service as for systemd-poweroff.service and friends
This stuff runs in containers, and should really behave the same everywhere.
-rw-r--r--units/systemd-exit.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-exit.service b/units/systemd-exit.service
index 6029b13a05..356b131d05 100644
--- a/units/systemd-exit.service
+++ b/units/systemd-exit.service
@@ -11,6 +11,6 @@
Description=Exit the Session
Documentation=man:systemd.special(7)
DefaultDependencies=no
-Requires=shutdown.target
-After=shutdown.target
+Requires=shutdown.target umount.target final.target
+After=shutdown.target umount.target final.target
SuccessAction=exit