summaryrefslogtreecommitdiffstats
path: root/debian/named-resolvconf.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:59:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:59:49 +0000
commit0e764bd6a393ec1a7e876e4cafbbf0665e78849c (patch)
treebd15cfb16df2d659532769e8bdfd76a16c7f7ad6 /debian/named-resolvconf.service
parentAdding upstream version 1:9.18.19. (diff)
downloadbind9-0e764bd6a393ec1a7e876e4cafbbf0665e78849c.tar.xz
bind9-0e764bd6a393ec1a7e876e4cafbbf0665e78849c.zip
Adding debian version 1:9.18.19-1~deb12u1.debian/1%9.18.19-1_deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/named-resolvconf.service')
-rw-r--r--debian/named-resolvconf.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/named-resolvconf.service b/debian/named-resolvconf.service
new file mode 100644
index 0000000..5772562
--- /dev/null
+++ b/debian/named-resolvconf.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=local BIND 9 via resolvconf
+Documentation=man:named(8) man:resolvconf(8)
+PartOf=named.service
+After=named.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=named.service
+Alias=bind9-resolvconf.service