#!/bin/bash set -ex service cron start gunicorn --bind 0.0.0.0:8000 src.wsgi:application