diff --git a/services/testedit-git.service b/services/testedit-git.service index 1c01a8b..614720a 100644 --- a/services/testedit-git.service +++ b/services/testedit-git.service @@ -6,7 +6,7 @@ After=network.target [Service] User=root WorkingDirectory=/opt/testbot-git -ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 wsgi_edit:app +ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 --timeout=60 wsgi_edit:app Restart=always [Install]