Skip to content

Add .preset files to disable incompatible services

The .preset files enable and disable some systemd services to ensure the distro is working as expected. We need those files mainly to disable sshd.socket, which is incompatible with sshd.service causing both to fail to start.

The .preset files are the same from the centos-stream-release package to avoid missing other important systemd unit colissions.

Merge request reports