]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: Fix SuccessAction that belongs to [Unit] section not [Service] section (#8478)
authorKarol Augustin <karol@augustin.pl>
Sun, 18 Mar 2018 10:40:07 +0000 (10:40 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 18 Mar 2018 10:40:07 +0000 (19:40 +0900)
units/system-update-cleanup.service.in

index 84d16f608ef8c65dd02141f8d89376022e6f2035..58baab3023d76bb8b6b16029443d7c1281760a0a 100644 (file)
@@ -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