mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
11 lines
266 B
Text
11 lines
266 B
Text
![]() |
[program:gunicorn]
|
||
|
#command=/home/conesus/newsblur/manage.py run_gunicorn -c gunicorn_conf.py
|
||
|
command=gunicorn_django -c gunicorn_conf.py
|
||
|
directory=/home/conesus/newsblur
|
||
|
user=conesus
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
#redirect_stderr=True
|
||
|
priority=991
|
||
|
stopsignal=HUP
|