From: Karol Augustin Date: Sun, 18 Mar 2018 10:40:07 +0000 (+0000) Subject: units: Fix SuccessAction that belongs to [Unit] section not [Service] section (#8478) X-Git-Tag: v239~542 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94a1d03e27811e06045cdfba2e0fc7180964dc0e;p=thirdparty%2Fsystemd.git units: Fix SuccessAction that belongs to [Unit] section not [Service] section (#8478) --- diff --git a/units/system-update-cleanup.service.in b/units/system-update-cleanup.service.in index 84d16f608ef..58baab3023d 100644 --- a/units/system-update-cleanup.service.in +++ b/units/system-update-cleanup.service.in @@ -14,6 +14,7 @@ After=system-update.target DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target +SuccessAction=reboot # system-update-generator uses laccess("/system-update"), while a plain # ConditionPathExists=/system-update uses access("/system-update"), so @@ -32,4 +33,3 @@ ConditionPathIsSymbolicLink=|/system-update [Service] Type=oneshot ExecStart=/bin/rm -fv /system-update -SuccessAction=reboot