diff --git a/misc/lib/systemd/system/colab.service b/misc/lib/systemd/system/colab.service index ef4e92d..a79f75a 100644 --- a/misc/lib/systemd/system/colab.service +++ b/misc/lib/systemd/system/colab.service @@ -3,7 +3,7 @@ Description=Colab [Service] User=colab -ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=3 +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=12 --log-syslog --log-syslog-prefix="[gunicorn colab]" Restart=on-failure [Install] -- libgit2 0.21.2