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

[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