|
|
|
|
@ -9,7 +9,7 @@ After=network.target |
|
|
|
|
Type=notify |
|
|
|
|
DynamicUser=yes |
|
|
|
|
WorkingDirectory=/opt/jitsi-matrix-auth-proxy/jitsi_matrix_auth_proxy |
|
|
|
|
ExecStart=/opt/poetry/bin/poetry run gunicorn server:app --workers 4 --worker-class uvicorn.workers.UvicornWorker |
|
|
|
|
ExecStart=/opt/jitsi-matrix-auth-proxy/.venv/bin/python -m gunicorn server:app --workers 4 --worker-class uvicorn.workers.UvicornWorker |
|
|
|
|
ExecReload=/bin/kill -s HUP $MAINPID |
|
|
|
|
KillMode=mixed |
|
|
|
|
TimeoutStopSec=5 |
|
|
|
|
|