18 lines
376 B
Desktop File
18 lines
376 B
Desktop File
[Unit]
|
|
Description=BIND Domain Name Server
|
|
Documentation=man:named(8)
|
|
After=network.target
|
|
Wants=nss-lookup.target
|
|
Before=nss-lookup.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/etc/default/named
|
|
ExecStart=/usr/sbin/named -f $OPTIONS
|
|
ExecReload=/usr/sbin/rndc reload
|
|
ExecStop=/usr/sbin/rndc stop
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=bind9.service
|