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