coreos / rpm-ostree

⚛📦 Hybrid image/package system with atomic upgrades and package layering
https://coreos.github.io/rpm-ostree
Other
874 stars 196 forks source link

Clean out `/etc/systemd/system` if `machineid-compat` is off #1803

Open jlebon opened 5 years ago

jlebon commented 5 years ago

That way, enabled services are purely determined by systemd presets. Related: #1426

See https://github.com/coreos/fedora-coreos-config/pull/73.

jlebon commented 5 years ago

We'll want this to happen before postprocessing so that the postprocess script can still do things in /etc/systemd/system if required for whatever reason.

jlebon commented 5 years ago

Related discussions in https://github.com/coreos/fedora-coreos-config/pull/77.