diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-16 11:34:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 12:25:35 +0100 |
commit | 1795457f50f8d67c6a7d1d08cad401d88b82eda4 (patch) | |
tree | e37b6deb35db90f0a7c3d797b8243d073e163f53 /units | |
parent | 9b2934cb81fc892874568a73f6bcd7790ee91535 (diff) | |
download | systemd-1795457f50f8d67c6a7d1d08cad401d88b82eda4.tar.gz systemd-1795457f50f8d67c6a7d1d08cad401d88b82eda4.tar.bz2 systemd-1795457f50f8d67c6a7d1d08cad401d88b82eda4.zip |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-exit.service | 4 |
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 |