Add tellme service

This commit is contained in:
Guy Van Sanden 2025-02-04 16:54:36 +01:00
parent 9f4c19fa5f
commit 3a4842a4ec

View File

@ -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 app:app
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
Restart=always
[Install]