mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-02-18 22:12:40 +00:00
fix binary path from install example
This commit is contained in:
parent
420474504d
commit
e3e2b84cc8
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ Type=simple
|
||||||
User=arti
|
User=arti
|
||||||
Group=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}
|
ExecReload=/bin/kill -HUP ${MAINPID}
|
||||||
|
|
||||||
KillSignal=SIGINT
|
KillSignal=SIGINT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue