summaryrefslogtreecommitdiff
path: root/community/tor/tor.service
blob: 6f941afcfc370509d62605401863a8617bb495af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Anonymizing Overlay Network
After=network.target

[Service]
User=tor
Type=simple
ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/usr/bin/kill -HUP $MAINPID
KillSignal=SIGINT
LimitNOFILE=8192

[Install]
WantedBy=multi-user.target