From: Otto Moerbeek Date: Wed, 4 Sep 2019 09:39:16 +0000 (+0200) Subject: rm obsolete service file; we generate one these days X-Git-Tag: dnsdist-1.4.0-rc3~62^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b9093f6e398646450e976f2a4a75afaac4f2d7a;p=pdns rm obsolete service file; we generate one these days --- diff --git a/pdns/recursordist/contrib/systemd-pdns-recursor.service b/pdns/recursordist/contrib/systemd-pdns-recursor.service deleted file mode 100644 index 37341b6d2..000000000 --- a/pdns/recursordist/contrib/systemd-pdns-recursor.service +++ /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