#!/bin/sh
if [ -f /etc/monit/monitrc ]; then
	CONF="-c /etc/monit/monitrc"
fi
exec monit -I ${CONF} 2>&1
