Skip to content

Commit 41c2cd1

Browse files
Merge pull request #5719 from ggiguash/fix-greenboot-post
USHIFT-6306: Do not attempt to start greenboot-healthcheck service on RPM install
2 parents 023b9f9 + 22651d4 commit 41c2cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/rpm/microshift.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ systemctl enable --now --quiet openvswitch || true
577577

578578
%post greenboot
579579
# Make sure that the greenboot-healthcheck service is enabled
580-
systemctl is-enabled --quiet greenboot-healthcheck || systemctl enable --now --quiet greenboot-healthcheck
580+
systemctl is-enabled --quiet greenboot-healthcheck || systemctl enable --quiet greenboot-healthcheck
581581

582582
%post multus
583583
# only for install, not on upgrades

0 commit comments

Comments
 (0)