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

[Service]
Type=forking
GuessMainPID=yes
EnvironmentFile=/etc/conf.d/tor
ExecStart=/usr/bin/tor -f $TOR_CONF $TOR_ARGS
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target