A sample config file for Resmon has been installed in
/etc/resmon, edit it to suit your needs.

To start, add the following to /etc/rc.local:

if [ -x /usr/local/sbin/resmon ]; then
	echo -n ' resmon';	/usr/local/sbin/resmon -c /etc/resmon/resmon.conf
fi
