geeksbot_web/services/supervisor_geeksbot.conf

16 lines
396 B
Plaintext

[program:geeksbot]
command=/usr/local/bin/gunicorn config.wsgi:application -c /etc/gunicorn.conf
directory=/code/geeksbot_web
stdout_logfile=/tmp/logs/geeksbot/gunicorn.log
autostart=true
autorestart=true
redirect_stderr=true
user=geeksbot
[program:nginx]
command=/usr/sbin/nginx
stdout_logfile=/tmp/logs/nginx/access.log
stderr_logfile=/tmp/logs/nginx/error.log
autostart=true
autorestart=true