#!/bin/bash

if pgrep monit 2>&1 >/dev/null; then
  service monit reload
fi
