From 64bd5a347e719ce4e69bb12cd9e12f357aee43af Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 19 Mar 2023 10:40:47 +0100 Subject: [PATCH] fix --- conf/systemd.service | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 418072f..2c5f620 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.json b/manifest.json index 25820d0..67860a5 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "jules.bertholet@gmail.com" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.1.15" }, "multi_instance": true, "services": [],