8 lines
373 B
Text
8 lines
373 B
Text
[program:{{project}}.{{branch}}]
|
|
user=root
|
|
command=bash {{rootpath}}/{{project}}.{{domain}}/scripts/gunicorn.sh
|
|
stdout_logfile={{rootpath}}/{{project}}.{{domain}}/logs/supervisor/out.log
|
|
stderr_logfile={{rootpath}}/{{project}}.{{domain}}/logs/supervisor/err.log
|
|
|
|
stdout_logfile={{projectroot}}/logs/supervisor/out.log
|
|
stderr_logfile={{projectroot}}/logs/supervisor/err.log
|