blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 25 forks source link

fix(systemd): Force-enable services, use --global for user services #42

Closed zelikos closed 11 months ago

zelikos commented 11 months ago

Fixes #41 Fixes #43

gerblesh commented 11 months ago

maybe rather than disabling first, we could usesystemctl --global -f to override existing symlinks?

zelikos commented 11 months ago

maybe rather than disabling first, we could usesystemctl --global -f to override existing symlinks?

Tested with a local build and that does seem to work too. Will push the change shortly

gerblesh commented 11 months ago

This PR is ready to merge?

zelikos commented 11 months ago

Should be, if there's nothing else you need me to change