Skip to content

resolved: write configuration to a separate snippet

Beniamino Galvani requested to merge bg/resolved-conf into main

The current code doesn't work when /etc/systemd/resolved.conf is empty, because it only adds "MulticastDNS=yes" without the section name "[Resolve]". Indeed, test @dns_resolved_mdns fails on F40 where /etc/systemd/resolved.conf was moved to /lib.

Write the configuration to a separate snippet in /etc/systemd/resolved.conf.d/.

Merge request reports