+++ /dev/null
-[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