]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: add the same ordering deps for systemd-exit.service as for systemd-poweroff...
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Nov 2018 10:34:47 +0000 (11:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Nov 2018 11:25:35 +0000 (12:25 +0100)
This stuff runs in containers, and should really behave the same
everywhere.

units/systemd-exit.service

index 6029b13a0526e569ceb19966276a4021fac8a005..356b131d053989bd031adbfa0bece565117dadc4 100644 (file)
@@ -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