summarylogtreecommitdiffstats
path: root/tor.service
blob: b83b3da56400a2079e1297f5dbbfb6197c79ec8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Anonymizing overlay network
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/tor -f /etc/tor/torrc
KillSignal=SIGINT
LimitNOFILE=8196

[Install]
WantedBy=multi-user.target