#!/bin/sh -e
exec "$(dirname "$0")"/sypper-webapp prefork -m production --proxy -w ${SYPPER_WORKERS:-8} "$@"
