#!/usr/bin/env bash
# This script is invoked via conf/supervisor/slz-api.conf

set -ev

# Start the WSGI
ddtrace-run gunicorn --config python:slz_api_service.config.gunicorn --pythonpath '/app' slz_api_service.run:app
