mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
10 lines
227 B
Text
10 lines
227 B
Text
[program:gunicorn]
|
|
command=gunicorn -c config/gunicorn_conf.py wsgi
|
|
directory=/srv/newsblur
|
|
environment=PATH="/srv/newsblur/venv/bin"
|
|
user=sclay
|
|
autostart=true
|
|
autorestart=true
|
|
#redirect_stderr=True
|
|
priority=991
|
|
stopsignal=HUP
|