summaryrefslogtreecommitdiff
path: root/packages/net-misc/tor/files/systemd/tor.service
blob: 5ca14e5ce0ec6aabecefce10d098483af8f1679b (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Anonymizing Internet communication system

[Service]
ExecStart=/usr/bin/tor -f /etc/tor/torrc
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target