From 0b9093f6e398646450e976f2a4a75afaac4f2d7a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 4 Sep 2019 11:39:16 +0200 Subject: [PATCH] rm obsolete service file; we generate one these days --- .../contrib/systemd-pdns-recursor.service | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 pdns/recursordist/contrib/systemd-pdns-recursor.service diff --git a/pdns/recursordist/contrib/systemd-pdns-recursor.service b/pdns/recursordist/contrib/systemd-pdns-recursor.service deleted file mode 100644 index 37341b6d23..0000000000 --- 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 -- 2.47.2