summaryrefslogtreecommitdiffstats
path: root/debian/named-resolvconf.service
blob: 5772562c044948b88205d016095fcee014e23a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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