summaryrefslogtreecommitdiff
path: root/community/tor/tor.service
blob: 264a956240eaa3d23b28c920c48b712053d8a8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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