#!/bin/bash
SERVICE_NAME=sysom-metric_anomaly_detection
stop_app() {
supervisorctl stop $SERVICE_NAME
}
stop_app