Skip to content

Commit 1920e9a

Browse files
authored
feat: move gunicorn worker config in file (#64)
1 parent c26161d commit 1920e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/systemd/libretime-api.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Type=notify
2626
KillMode=mixed
2727
ExecStart={{ libretime_venv_dir }}/bin/gunicorn \
2828
--workers 4 \
29-
--worker-class uvicorn.workers.UvicornWorker \
29+
--worker-class libretime_api.gunicorn.Worker \
3030
--log-file - \
3131
--bind unix:/run/libretime-api.sock \
3232
libretime_api.asgi

0 commit comments

Comments
 (0)