summarylogtreecommitdiffstats
path: root/tor.service
diff options
context:
space:
mode:
authorShawn Nock2015-06-08 14:18:56 -0400
committerShawn Nock2015-06-08 14:18:56 -0400
commit96136674b5a8346b0eb913c7a97b8e2cb91f3df8 (patch)
tree1203a796a55758724eedcb1efdbce81d56839b70 /tor.service
downloadaur-96136674b5a8346b0eb913c7a97b8e2cb91f3df8.tar.gz
Initial commit
Diffstat (limited to 'tor.service')
-rw-r--r--tor.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/tor.service b/tor.service
new file mode 100644
index 000000000000..264a956240ea
--- /dev/null
+++ b/tor.service
@@ -0,0 +1,13 @@
+[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