Jeremy Lecour
8cbe837147
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
* queries log can be enabled or disabled * split tasks * check if AppArmor is present * don't install Munin plugin whose data file is not present * remove example ACL in authoritative configuration
13 lines
276 B
Django/Jinja
13 lines
276 B
Django/Jinja
[Unit]
|
|
Description=BIND Domain Name Server
|
|
Documentation=man:named(8)
|
|
After=network.target
|
|
|
|
[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
|