slackbuilds_ponce/system/munin-node/README.SLACKWARE

14 lines
311 B
Text
Raw Normal View History

README.SLACKWARE for munin-node
To start munin-node at boot, add the following to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.munin-node ]; then
/etc/rc.d/rc.munin-node start
fi
This goes in /etc/rc.d/rc.local_shutdown:
if [ -x /etc/rc.d/rc.munin-node ]; then
/etc/rc.d/rc.munin-node stop
fi