summaryrefslogtreecommitdiff
path: root/community/bind/named.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/bind/named.service')
-rw-r--r--community/bind/named.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bind/named.service b/community/bind/named.service
index c21f13f4b..1a7832edc 100644
--- a/community/bind/named.service
+++ b/community/bind/named.service
@@ -3,9 +3,9 @@ Description=Internet domain name server
After=network.target
[Service]
-ExecStart=/usr/sbin/named -f -u named
-ExecReload=/usr/sbin/rndc reload
-ExecStop=/usr/sbin/rndc stop
+ExecStart=/usr/bin/named -f -u named
+ExecReload=/usr/bin/rndc reload
+ExecStop=/usr/bin/rndc stop
[Install]
WantedBy=multi-user.target