#!/usr/bin/with-contenv sh echo >&2 "Starting gunicorn" exec gunicorn -c /opt/apprise/webapp/gunicorn.conf.py --worker-tmp-dir /dev/shm core.wsgi