fixed the gunicorn not working

This commit is contained in:
GoldenSpring 2026-01-18 11:43:54 +03:00
parent 0392720e63
commit 77f317cb5b
No known key found for this signature in database
GPG Key ID: 75701174BCB6A808

View File

@ -31,7 +31,7 @@ After=network.target
[Service] [Service]
WorkingDirectory=/opt/sonobarr WorkingDirectory=/opt/sonobarr
ExecStart=/bin/bash -c 'gunicorn src.Sonobarr:app -c gunicorn_config.py' ExecStart=/opt/sonobarr/venv/bin/gunicorn src.Sonobarr:app -c gunicorn_config.py
Restart=always Restart=always
[Install] [Install]