-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for simplified greenboot, the greenboot* services are disabled and not started #109
Comments
What OS is this? What version of greenboot are you running? Please format code and logs by adding 3 backticks before and after:
|
For services to be auto-enabled, they have to have a preset config. For Fedora IoT, that's here: https://src.fedoraproject.org/rpms/fedora-release/blob/rawhide/f/80-iot.preset |
It's for simplified greenboot, from @say-paul : the service will be enabled from osbuild-composer/presets which is not done yet, so it has to be manually enabled. |
Where possible we should keep the service names the same so things like this don't need to change else it will likely cause issues with upgrade paths. |
makes sense, |
Can we deal with upgrade paths there with dependencies/wants etc? |
I guess that needs to be implemented. thanks for pointing that out. |
I have modified greenboot to greenboot-healthcheck , and tested with image based update |
Issue description:
greenboot service and greenboot-rollback service are disabled and not started
[admin@vm-1 ~]$ systemctl is-enabled greenboot.service greenboot-rollback.service
disabled
disabled
[admin@vm-1 ~]$ journalctl --list-boots
IDX BOOT ID FIRST ENTRY LAST ENTRY
0 1fd7bf376e634d0298540a6715cfa976 Wed 2023-07-19 04:58:22 EDT Wed 2023-07-19 07:15:38 EDT
[admin@vm-1 ~]$ journalctl -b -0 -u greenboot.service
– No entries –
The text was updated successfully, but these errors were encountered: