c45c3ed8ad
The unit file is taken from debian, but tested working. We'll call it named.service to match the sysV initscript. Signed-off-by: Nathaniel Roach <nroach44@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
240 B
Desktop File
13 lines
240 B
Desktop File
[Unit]
|
|
Description=BIND Domain Name Server
|
|
Documentation=man:named(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/named -f -u named
|
|
ExecReload=/usr/sbin/rndc reload
|
|
ExecStop=/usr/sbin/rndc stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|