gunicorn/examples/supervisor.conf
Collin Anderson c9fc89d11e removed supervisor.conf autostart=true
it's true by default.
2014-09-05 17:38:25 -07:00

7 lines
182 B
Plaintext

[program:gunicorn]
command=/usr/local/bin/gunicorn main:application -c /path/to/project/gunicorn.conf.py
directory=/path/to/project
user=nobody
autorestart=true
redirect_stderr=true