#!/bin/bash
SERVICE_NAME=$TEMPLATE_SERVICE_NAME_MIDDLE
stop_app() {
supervisorctl stop $SERVICE_NAME
}
stop_app