summaryrefslogtreecommitdiff
path: root/net-dns/nsd/files/nsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/nsd/files/nsd.service')
-rw-r--r--net-dns/nsd/files/nsd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-dns/nsd/files/nsd.service b/net-dns/nsd/files/nsd.service
new file mode 100644
index 000000000000..8337557faeef
--- /dev/null
+++ b/net-dns/nsd/files/nsd.service
@@ -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