9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
|
A sample config file for Resmon has been installed in
|
||
|
${RESMONCONF}, edit it to suit your needs.
|
||
|
|
||
|
To start, add the following to /etc/rc.local:
|
||
|
|
||
|
if [ -x ${PREFIX}/sbin/resmon ]; then
|
||
|
echo -n ' resmon'; ${PREFIX}/sbin/resmon -c ${RESMONCONF}/resmon.conf
|
||
|
fi
|