[program:apache2] command=/usr/sbin/apache2ctl -DFOREGROUND stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true priority=3 [program:gracedb] command=/usr/local/bin/gunicorn config.wsgi:application --reload --config /app/gracedb_project/config/gunicorn_config.py --error-logfile='-' --access-logfile='-' --keep-alive=100 directory=/app/gracedb_project user=gracedb group=www-data stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 redirect_stderr=true priority=2 autorestart=unexpected