treefile: fix unit file names

Observed from dmesg since F33 the unit symlinks created with this treefile have invalid names and
are ignored by systemd.

It seems that it worked nonetheless since the units are started anyway and most have correct
symlinks placed alongside the invalid ones. This should get rid of those warnings in dmesg.

Apparently rpm-ostree takes the specified strings here and places them as-is in the .wants/ dir.
This commit is contained in:
Alexander Wellbrock 2021-03-30 12:03:02 +00:00
commit ab7db2e1f0

View file

@ -128,7 +128,7 @@
"units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service",
"zezere_ignition.timer", "zezere_ignition_banner.service",
"greenboot-grub2-set-counter", "greenboot-grub2-set-success", "greenboot-healthcheck", "greenboot-rpm-ostree-grub2-check-fallback",
"greenboot-status", "greenboot-task-runner", "redboot-auto-reboot", "redboot-task-runner",
"parsec", "dbus-parsec"]
"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"]
}