summaryrefslogtreecommitdiff
path: root/community/powerdns-recursor/pdns-recursor.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/powerdns-recursor/pdns-recursor.service')
-rw-r--r--community/powerdns-recursor/pdns-recursor.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/powerdns-recursor/pdns-recursor.service b/community/powerdns-recursor/pdns-recursor.service
new file mode 100644
index 000000000..0859889a6
--- /dev/null
+++ b/community/powerdns-recursor/pdns-recursor.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS resolving DNS server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target