From: Lennart Poettering Date: Fri, 16 Nov 2018 10:34:47 +0000 (+0100) Subject: units: add the same ordering deps for systemd-exit.service as for systemd-poweroff... X-Git-Tag: v240~311^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1795457f50f8d67c6a7d1d08cad401d88b82eda4;p=thirdparty%2Fsystemd.git 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. --- diff --git a/units/systemd-exit.service b/units/systemd-exit.service index 6029b13a052..356b131d053 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