From 488f332c6226db3a09febd966df5f2e4e1fafcee Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 19 Mar 2023 10:46:14 +0100 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 418072f..81a513f 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