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