openbsd-ports/sysutils/monit/pkg/MESSAGE
okan 59cea15096 - update to 4.10.1 from Genadijus Paleckis
- set mode for sample config

ok MAINTAINER

feedback and ok merdely@
2008-02-01 23:29:42 +00:00

8 lines
228 B
Plaintext

To have monit start at boot time, you must have an entry similar to the
following in /etc/rc.local.
if [ -x ${PREFIX}/bin/monit ]; then
echo -n ' monit'
${PREFIX}/bin/monit -d 300 -c ${SYSCONFDIR}/monitrc >/dev/null 2>&1
fi