aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/units/tor.service
blob: 29adf92120c21ad4f8a695842b54135056034ca2 (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
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target