From 9f782b3e1b9eb9645e9b5bfcf9a33da12e91337a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Nov 2018 11:35:59 +0100 Subject: [PATCH] units: use correct command to exit Otherwise we'll end a cyclic loop. --- units/systemd-exit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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