14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
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
|