maybe chmod 0644 'systemd/system.conf'
maybe chmod 0755 'systemd/system.conf.d'
maybe chmod 0644 'systemd/system.conf.d/50_linuxmint.conf'
+maybe chmod 0644 'systemd/system/bind9.service'
maybe chmod 0755 'systemd/system/bind9.service.d'
maybe chmod 0644 'systemd/system/bind9.service.d/override.conf'
maybe chmod 0755 'systemd/system/bluetooth.target.wants'
+# Generated by NetworkManager
search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de uhu-banane.net
-nameserver 127.0.0.1
-nameserver 1.1.1.1
-nameserver 8.8.8.8
-nameserver 8.8.4.4
-options timeout:1 attempts:2 use-vc
+nameserver 127.0.0.53
--- /dev/null
+[Unit]
+Description=BIND Domain Name Server
+Documentation=man:named(8)
+Wants=nss-lookup.target
+After=networking.service
+Before=nss-lookup.target display-manager.service chrony.service openvpn.service postfix.service smbd.service ssh.service systemd-resolved.service
+
+[Service]
+EnvironmentFile=/etc/default/bind9
+ExecStart=/usr/sbin/named -f $OPTIONS
+ExecReload=/usr/sbin/rndc reload
+ExecStop=/usr/sbin/rndc stop
+
+[Install]
+WantedBy=multi-user.target
[Unit]
Before=display-manager.service chrony.service openvpn.service postfix.service smbd.service ssh.service systemd-resolved.service
-