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