#!/bin/sh -e
exec "$(dirname "$0")"/mirrorcache backstage run -j ${MIRRORCACHE_BACKSTAGE_WORKERS:-12} -q ${MIRRORCACHE_BACKSTAGE_QUEUE:-default}
