mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
fix
This commit is contained in:
parent
46e2181bca
commit
64bd5a347e
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ User=__APP__
|
|||
Group=__APP__
|
||||
WorkingDirectory=__DATA_PATH__/
|
||||
Environment=VELOREN_ASSETS=__FINAL_PATH__/
|
||||
ExecStart=__FINALPATH__/target/release/veloren-server-cli --basic
|
||||
ExecStart=__FINALPATH__/target/release/veloren-server-cli
|
||||
#--basic
|
||||
KillSignal=SIGUSR1
|
||||
TimeoutStopSec=150
|
||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"email": "jules.bertholet@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.9"
|
||||
"yunohost": ">= 11.1.15"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [],
|
||||
|
|
Loading…
Add table
Reference in a new issue