From d577758fcea9f14625efe0f6d6af747bd8511675 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Tue, 4 Feb 2025 16:58:53 +0100 Subject: [PATCH] Add tellme service --- server/tellme.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tellme.service b/server/tellme.service index 1d80959..eb3c4cd 100644 --- a/server/tellme.service +++ b/server/tellme.service @@ -6,7 +6,7 @@ After=network.target User=cgsserver WorkingDirectory=/opt/tellme Environment=FLASK_CONFIG=production -ExecStart=gunicorn -b 0.0.0.0:8080 --preload --workers=1 --threads=1 -t 300 --access-logfile /var/log/tellme/access.log --error-logfile /var/log/tellme/error.log tellmesrv +ExecStart=gunicorn -b 0.0.0.0:8080 --preload --workers=1 --threads=1 -t 300 --access-logfile /var/log/tellme/access.log --error-logfile /var/log/tellme/error.log tellmesrv:app Restart=always [Install]