mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
9 lines
217 B
Text
9 lines
217 B
Text
[program:gunicorn]
|
|
command=/srv/newsblur/venv/newsblur/bin/gunicorn -c config/gunicorn_conf.py wsgi
|
|
directory=/srv/newsblur
|
|
user=sclay
|
|
autostart=true
|
|
autorestart=true
|
|
#redirect_stderr=True
|
|
priority=991
|
|
stopsignal=HUP
|