From: Lennart Poettering Date: Fri, 16 Nov 2018 10:35:59 +0000 (+0100) Subject: units: use correct command to exit X-Git-Tag: v240~311^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f782b3e1b9eb9645e9b5bfcf9a33da12e91337a;p=thirdparty%2Fsystemd.git units: use correct command to exit Otherwise we'll end a cyclic loop. --- diff --git a/units/systemd-exit.service b/units/systemd-exit.service index 356b131d053..e5b270fc361 100644 --- a/units/systemd-exit.service +++ b/units/systemd-exit.service @@ -13,4 +13,4 @@ Documentation=man:systemd.special(7) DefaultDependencies=no Requires=shutdown.target umount.target final.target After=shutdown.target umount.target final.target -SuccessAction=exit +SuccessAction=exit-force