slackbuilds_ponce/system/munin-node/README.SLACKWARE
Jonathan Chapman d5c65817b7 system/munin-node: Added (Statistics gathering client for Munin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-09 23:50:56 +07:00

13 lines
311 B
Text

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