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.
This commit is contained in:
Lennart Poettering 2018-11-16 11:34:47 +01:00
parent 9b2934cb81
commit 1795457f50

View 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