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.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/bind/named.service b/community/bind/named.service
new file mode 100644
index 000000000..c21f13f4b
--- /dev/null
+++ b/community/bind/named.service
@@ -0,0 +1,11 @@
+[Unit]
+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
+
+[Install]
+WantedBy=multi-user.target