gunicorn/examples/supervisor.conf
2010-02-22 19:33:50 +01:00

8 lines
197 B
Plaintext

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