#!/bin/bash DJANGODIR=/home/lighthouse/hberp/hb_server cd &DJANGODIR source venv/bin/activate exec gunicorn -w 5 -b 0.0.0.0:2223 server.wsgi