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