sys-apps/systemd: enable systemd-sysext.service

The systemd-sysext.service activates sysext images on boot.
Enable it by default.
This commit is contained in:
Kai Lueke 2022-03-10 15:36:08 +01:00
parent 5fc316e775
commit bc9d7af985

View File

@ -563,6 +563,9 @@ multilib_src_install_all() {
# Flatcar: enable reboot.target (not enabled - has no WantedBy
# entry)
# Flatcar: enable systemd-sysext.service by default
builddir_systemd_enable_service sysinit.target systemd-sysext.service
# Flatcar: Use an empty preset file, because systemctl
# preset-all puts symlinks in /etc, not in /usr. We don't use
# /etc, because it is not autoupdated. We do the "preset" above.