8 lines
236 B
Plaintext
8 lines
236 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
|