#!/bin/sh -e
echo $MOJO_LISTEN
exec "$(dirname "$0")"/mirrorcache prefork -m production --proxy -w 6 "$@"
