#!/bin/sh
BASE_PATH="{{env.base_path}}"
exec $BASE_PATH/supervisor/bin/supervisorctl -c $BASE_PATH/etc/supervisor/supervisor.conf "$@"
