mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
8 lines
197 B
Plaintext
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
|