Skip to content

Commit 2cd057b

Browse files
committed
fix: adding back grrenboot-success.target
Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
1 parent 3325ec1 commit 2cd057b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

usr/lib/systemd/system/greenboot-healthcheck.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=Greenboot Health Checks Runner
33
Before=boot-complete.target
4-
Wants=boot-complete.target
4+
Wants=greenboot-success.target
55
OnFailureJobMode=fail
66
RequiresMountsFor=/boot
77
RequiresMountsFor=/etc
@@ -15,6 +15,6 @@ Restart=no
1515
PrivateMounts=yes
1616

1717
[Install]
18-
RequiredBy=boot-complete.target
18+
RequiredBy=greenboot-success.target
1919
WantedBy=multi-user.target
2020
Also=greenboot-set-rollback-trigger.service
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Unit]
2+
Description=GreenBoot Healthcheck Success Target
3+
After=greenboot-healthcheck.service
4+
Requires=boot-complete.target

0 commit comments

Comments
 (0)