mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
14 lines
257 B
SYSTEMD
14 lines
257 B
SYSTEMD
|
[Unit]
|
||
|
Description=Anonymizing Overlay Network
|
||
|
|
||
|
[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
|