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