#!/bin/sh set -e . /etc/conf.d/parabolaweb [[ -e /srv/http/web/manage.py ]] sudo -u "${WEBUSER:-$USER}" python2 /srv/http/web/manage.py runfcgi \ host=${HOST} \ port=${PORT} \ --settings=settings \ "$@"