summaryrefslogtreecommitdiff
path: root/community/nsd/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/service')
-rw-r--r--community/nsd/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nsd/service b/community/nsd/service
index d5e2d14b4..b6125a686 100644
--- a/community/nsd/service
+++ b/community/nsd/service
@@ -3,7 +3,7 @@ Description=NSD Name Server Daemon
After=network.target
[Service]
-PIDFile=/run/nsd.pid
+PIDFile=/run/nsd/nsd.pid
ExecStart=/usr/bin/nsd -c /etc/nsd/nsd.conf
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -TERM $MAINPID