#! /bin/bash

echo 'Starting gunicon'

cd /
venv/bin/gunicorn -c conf/gunicorn_web.py web:application

echo 'Gunicorn exited'