summaryrefslogtreecommitdiffstats
path: root/abs/extra/bind/named.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/bind/named.service')
-rw-r--r--abs/extra/bind/named.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra/bind/named.service b/abs/extra/bind/named.service
new file mode 100644
index 0000000..e8625b1
--- /dev/null
+++ b/abs/extra/bind/named.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Internet domain name server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/named -f -u named
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target