10 lines
499 B
Text
10 lines
499 B
Text
|
|
; this is the supervisor savage_lands.development configuration file
|
||
|
|
|
||
|
|
[program:savage_lands.development]
|
||
|
|
command=/usr/local/var/www/savage_lands.dvp/private/virtualenv/bin/gunicorn core.wsgi:application -c /usr/local/var/www/savage_lands.dvp/scripts/gunicorn.conf.py
|
||
|
|
directory=/usr/local/var/www/savage_lands.dvp/private/code
|
||
|
|
user=ronny
|
||
|
|
group=wheel
|
||
|
|
|
||
|
|
stdout_logfile=/usr/local/var/www/savage_lands.dvp/logs/supervisor/out.log
|
||
|
|
stderr_logfile=/usr/local/var/www/savage_lands.dvp/logs/supervisor/err.log
|