#3 treefile: remove redboot-* service units
Merged 2 years ago by pbrobinson. Opened 2 years ago by lorbus.
fedora-iot/ lorbus/ostree fix-redboot  into  main

treefile: remove redboot-* service units
Christian Glombek • 2 years ago  
file modified
+1 -1
@@ -130,5 +130,5 @@ 

                "zezere_ignition.timer", "zezere_ignition_banner.service",

                "greenboot-grub2-set-counter.service", "greenboot-grub2-set-success.service", "greenboot-healthcheck.service", 

                "greenboot-rpm-ostree-grub2-check-fallback.service", "greenboot-status.service", "greenboot-task-runner.service",

-               "redboot-auto-reboot.service", "redboot-task-runner.service", "parsec.service", "dbus-parsec.service"]

+               "parsec.service", "dbus-parsec.service"]

  }

The redboot services should not be started by the default target.

I wonder whether the entire units section can be removed? Shouldn't that already be handled by systemd presets?

@lorbus can you add a Fixes: line to the commit for me so we can document in git what's gone wrong and where? Otherwise LGTM.

rebased onto a3112cd

2 years ago

I've added this line:

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1959861

Pull-Request has been merged by pbrobinson

2 years ago

I wonder whether the entire units section can be removed? Shouldn't that already be handled by systemd presets?

We did have an issue in the past, we should probably revisit that.

Metadata