summaryrefslogtreecommitdiff
path: root/community/nsd/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/service')
-rw-r--r--community/nsd/service6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nsd/service b/community/nsd/service
index 28bb1c5b7..ca423c29c 100644
--- a/community/nsd/service
+++ b/community/nsd/service
@@ -5,9 +5,9 @@ After=network.target
[Service]
Type=forking
PIDFile=/run/nsd.pid
-ExecStart=/usr/sbin/nsdc start
-ExecReload=/usr/sbin/nsdc reload
-ExecStop=/usr/sbin/nsdc stop
+ExecStart=/usr/bin/nsdc start
+ExecReload=/usr/bin/nsdc reload
+ExecStop=/usr/bin/nsdc stop
[Install]
WantedBy=multi-user.target