#! /bin/bash echo 'Starting gunicon' cd / venv/bin/gunicorn -c conf/gunicorn_config.py application:application echo 'Gunicorn exited'