summaryrefslogtreecommitdiff
path: root/community/tor/tor.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/tor/tor.service')
-rw-r--r--community/tor/tor.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/tor/tor.service b/community/tor/tor.service
deleted file mode 100644
index 264a95624..000000000
--- a/community/tor/tor.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Anonymizing Overlay Network
-After=network.target
-
-[Service]
-User=tor
-Type=simple
-ExecStart=/usr/bin/tor -f /etc/tor/torrc
-KillSignal=SIGINT
-LimitNOFILE=8192
-
-[Install]
-WantedBy=multi-user.target