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