mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
Update systemd.service
This commit is contained in:
parent
aee92952ae
commit
488f332c62
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__DATA_PATH__/
|
WorkingDirectory=__DATA_PATH__/
|
||||||
Environment=VELOREN_ASSETS=__FINAL_PATH__/
|
Environment=VELOREN_ASSETS=__FINAL_PATH__/
|
||||||
ExecStart=__FINALPATH__/target/release/veloren-server-cli --basic
|
ExecStart=__FINALPATH__/target/release/veloren-server-cli
|
||||||
|
#--basic
|
||||||
KillSignal=SIGUSR1
|
KillSignal=SIGUSR1
|
||||||
TimeoutStopSec=150
|
TimeoutStopSec=150
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
|
|
Loading…
Add table
Reference in a new issue