net-vpn/tor: remove orphaned files, bug #640466
authorAnthony G. Basile <blueness@gentoo.org>
Sun, 17 Dec 2017 11:51:27 +0000 (06:51 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 17 Dec 2017 11:51:46 +0000 (06:51 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

net-vpn/tor/files/tor.conf [deleted file]
net-vpn/tor/files/tor.service [deleted file]

diff --git a/net-vpn/tor/files/tor.conf b/net-vpn/tor/files/tor.conf
deleted file mode 100644 (file)
index 188c041..0000000
+++ /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 (file)
index 8fcc674..0000000
+++ /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