mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
d5c65817b7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
311 B
Text
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
|