systemd-shim package isn't present in the list of initial packages by default. That's why in default configuration systemd package is going to be installed. This leads to the issue described above.
Fix should be relatively easy: we need just to remove systemctl call from postinst script. For example, like this: https://review.fuel-infra.org/#/c/29463/
systemd-shim package isn't present in the list of initial packages by default. That's why in default configuration systemd package is going to be installed. This leads to the issue described above. /review. fuel-infra. org/#/c/ 29463/
Fix should be relatively easy: we need just to remove systemctl call from postinst script. For example, like this: https:/