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