net-dns/nsd-4.1.6
This commit is contained in:
14
net-dns/nsd/files/nsd.service
Normal file
14
net-dns/nsd/files/nsd.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=NSD authoritative DNS server
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStartPre=/usr/bin/install -d -o nsd -g nsd /run/nsd
|
||||
ExecStart=/usr/sbin/nsd
|
||||
KillMode=mixed
|
||||
PIDFile=/run/nsd/nsd.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user