From: Frank Brehm Date: Tue, 26 Mar 2024 22:44:44 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5febb4e1601a8e9039f603c002a1c1e96a3150c6;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index b8435c2..3abfecd 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3306,6 +3306,8 @@ maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-378.mount' maybe chmod 0755 'systemd/system/snapd.mounts.target.wants' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/sysinit.target.wants' +maybe chmod 0755 'systemd/system/systemd-resolved.service.d' +maybe chmod 0644 'systemd/system/systemd-resolved.service.d/override.conf' maybe chmod 0755 'systemd/system/timers.target.wants' maybe chmod 0755 'systemd/system/zfs-import.target.wants' maybe chmod 0755 'systemd/system/zfs-mount.service.wants' diff --git a/systemd/resolved.conf b/systemd/resolved.conf index 3b73e7e..2e4ee33 100644 --- a/systemd/resolved.conf +++ b/systemd/resolved.conf @@ -27,7 +27,9 @@ Domains=home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de u DNSSEC=no #DNSOverTLS=no #MulticastDNS=no +MulticastDNS=yes #LLMNR=no +LLMNR=yes #Cache=no-negative #CacheFromLocalhost=no #DNSStubListener=yes diff --git a/systemd/system/systemd-resolved.service.d/override.conf b/systemd/system/systemd-resolved.service.d/override.conf new file mode 100644 index 0000000..ec62f79 --- /dev/null +++ b/systemd/system/systemd-resolved.service.d/override.conf @@ -0,0 +1,2 @@ +[Unit] +Before=display-manager.service chrony.service openvpn.service postfix.service smbd.service ssh.service