Is there a configuration override, as is for service definition override?
How do I override or configure systemd services? mentions systemctl set-property foobar.service but I cannot get it to work:
# systemctl set-property systemd-resolve Resolve.LLMNR=no Resolve.DNSStubListener=no
Unknown assignment: Resolve.LLMNR=no
Basically I want to add things to my base image that won't cause user annoyances if the base package updates the comments on those blank files. In this case I'd be affect by changes on /etc/systemd/resolved.conf but there are many other services where I face the same problem.