mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
272 B
SYSTEMD
16 lines
272 B
SYSTEMD
|
[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
|