summaryrefslogtreecommitdiffstats
path: root/debian/bind9-resolvconf.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bind9-resolvconf.service')
-rw-r--r--debian/bind9-resolvconf.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/bind9-resolvconf.service b/debian/bind9-resolvconf.service
new file mode 100644
index 0000000..b0f01a0
--- /dev/null
+++ b/debian/bind9-resolvconf.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=local BIND via resolvconf
+Documentation=man:named(8) man:resolvconf(8)
+PartOf=bind9.service
+After=bind9.service
+ConditionFileIsExecutable=/sbin/resolvconf
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/bin/sh -c 'echo nameserver 127.0.0.1 | /sbin/resolvconf -a lo.named'
+ExecStop=/sbin/resolvconf -d lo.named
+
+[Install]
+WantedBy=bind9.service