mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
14 lines
311 B
Text
14 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
|