]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Tue, 2 Jun 2020 22:05:23 +0000 (00:05 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 2 Jun 2020 22:05:23 +0000 (00:05 +0200)
.etckeeper
resolv.conf
systemd/system/bind9.service [new file with mode: 0644]
systemd/system/bind9.service.d/override.conf

index d6cc694133ae8d78718706483e32b12553a33288..cad6644ed6ffff719c26a41a3014da1fed8087fe 100755 (executable)
@@ -2894,6 +2894,7 @@ maybe chmod 0755 'systemd/system'
 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'
index c3eb8f044b0d68768ab957c6e675d3913c3e6caf..98bf5c3317b799eec08e29eba076b7301ce02ac9 100644 (file)
@@ -1,6 +1,3 @@
+# 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
diff --git a/systemd/system/bind9.service b/systemd/system/bind9.service
new file mode 100644 (file)
index 0000000..5a21c45
--- /dev/null
@@ -0,0 +1,15 @@
+[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
index f3d98f228f17ca7f261535acf8423e4994e59594..556204bc5bb0120e42637a38eeded4d757084f34 100644 (file)
@@ -1,3 +1,2 @@
 [Unit]
 Before=display-manager.service chrony.service openvpn.service postfix.service smbd.service ssh.service systemd-resolved.service
-