diff options
Diffstat (limited to 'community/pdns-recursor/pdns-recursor.service')
-rw-r--r-- | community/pdns-recursor/pdns-recursor.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service new file mode 100644 index 000000000..e8d23ccd0 --- /dev/null +++ b/community/pdns-recursor/pdns-recursor.service @@ -0,0 +1,10 @@ +[Unit] +Description=PowerDNS recursing nameserver +After=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/pdns_recursor --daemon + +[Install] +WantedBy=multi-user.target |