]> granicus.if.org Git - pdns/commitdiff
rm obsolete service file; we generate one these days
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 4 Sep 2019 09:39:16 +0000 (11:39 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 4 Sep 2019 09:39:16 +0000 (11:39 +0200)
pdns/recursordist/contrib/systemd-pdns-recursor.service [deleted file]

diff --git a/pdns/recursordist/contrib/systemd-pdns-recursor.service b/pdns/recursordist/contrib/systemd-pdns-recursor.service
deleted file mode 100644 (file)
index 37341b6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=PowerDNS recursing nameserver
-Documentation=man:pdns_recursor(1) man:rec_control(1)
-Wants=network-online.target nss-lookup.target
-Before=nss-lookup.target
-After=network-online.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/pdns_recursor --daemon
-Restart=on-failure
-StartLimitInterval=0
-PrivateTmp=true
-PrivateDevices=true
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID
-NoNewPrivileges=true
-ProtectSystem=full
-ProtectHome=true
-RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
-
-[Install]
-WantedBy=multi-user.target