fixed the gunicorn not working
This commit is contained in:
parent
0392720e63
commit
77f317cb5b
@ -31,7 +31,7 @@ After=network.target
|
||||
|
||||
[Service]
|
||||
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
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user