This unit is provided by:
Options
-
[Install]
-
[Service]
-
ExecStart=/bin/sh -c 'echo nameserver 127.0.0.1 | /sbin/resolvconf -a lo.named'
-
ExecStop=/sbin/resolvconf -d lo.named
-
RemainAfterExit=yes
-
Type=oneshot
-
-
[Unit]
-
After=named.service
-
ConditionFileIsExecutable=/sbin/resolvconf
-
Description=local BIND 9 via resolvconf
-
Documentation=man:named(8) man:resolvconf(8)
-
PartOf=named.service
-
Additionnal notes
Nothing here.