From: Anthony G. Basile Date: Sun, 17 Dec 2017 11:51:27 +0000 (-0500) Subject: net-vpn/tor: remove orphaned files, bug #640466 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29ca1f7819b2cf56d049dd81c24fe4214a9f500f;p=gentoo.git net-vpn/tor: remove orphaned files, bug #640466 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/net-vpn/tor/files/tor.conf b/net-vpn/tor/files/tor.conf deleted file mode 100644 index 188c041e5442..000000000000 --- a/net-vpn/tor/files/tor.conf +++ /dev/null @@ -1 +0,0 @@ -d /var/run/tor 0775 tor tor - - diff --git a/net-vpn/tor/files/tor.service b/net-vpn/tor/files/tor.service deleted file mode 100644 index 8fcc6740ed91..000000000000 --- a/net-vpn/tor/files/tor.service +++ /dev/null @@ -1,21 +0,0 @@ -[Unit] -Description=The Onion Router - -[Service] -ExecStartPre=/usr/bin/tor --verify-config -f /etc/tor/torrc -ExecStart=/usr/bin/tor --RunAsDaemon 0 -f /etc/tor/torrc -ExecReload=/bin/kill -HUP $MAINPID -KillSignal=SIGINT -TimeoutStopSec=32 -LimitNOFILE=30000 - -# Hardening options: -CapabilityBoundingSet = CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE -PrivateTmp = yes -PrivateDevices = yes -ProtectHome = yes -ProtectSystem = full -NoNewPrivileges = yes - -[Install] -WantedBy=multi-user.target