Files
extra/monit/monit.run
2025-06-22 20:39:04 -05:00

6 lines
105 B
Bash

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