diff --git a/misc/lib/systemd/system/colab.service b/misc/lib/systemd/system/colab.service new file mode 100644 index 0000000..ef4e92d --- /dev/null +++ b/misc/lib/systemd/system/colab.service @@ -0,0 +1,10 @@ +[Unit] +Description=Colab + +[Service] +User=colab +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=3 +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- libgit2 0.21.2