mirror of
https://codeberg.org/postscriptum/devzone.org.ua.git
synced 2026-02-18 22:02:41 +00:00
fix path to bin from the install example
This commit is contained in:
parent
68baf56561
commit
799c40c16b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ Type=simple
|
|||
User=arti
|
||||
Group=arti
|
||||
|
||||
ExecStart=/usr/bin/arti --config /home/arti/config.toml -l warn proxy
|
||||
ExecStart=/usr/local/bin/arti --config /home/arti/config.toml -l warn proxy
|
||||
ExecReload=/bin/kill -HUP ${MAINPID}
|
||||
|
||||
KillSignal=SIGINT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue