summaryrefslogtreecommitdiff
path: root/community/nsd/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/service')
-rw-r--r--community/nsd/service13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/nsd/service b/community/nsd/service
deleted file mode 100644
index ca423c29c..000000000
--- a/community/nsd/service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=NSD Name Server Daemon
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/nsd.pid
-ExecStart=/usr/bin/nsdc start
-ExecReload=/usr/bin/nsdc reload
-ExecStop=/usr/bin/nsdc stop
-
-[Install]
-WantedBy=multi-user.target