mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
272 B
Desktop File
15 lines
272 B
Desktop File
[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
|
|
PrivateDevices=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|