summaryrefslogtreecommitdiffstats
path: root/system/munin-node/README.SLACKWARE
diff options
context:
space:
mode:
author Jonathan Chapman2015-10-09 18:50:33 +0200
committer Willy Sudiarto Raharjo2015-10-09 18:50:56 +0200
commitd5c65817b72ac6a07fa3fd21bf47b8b2e6f1108c (patch)
tree3525ea6c558fdff3bec910dc1ea97de71ae85d1e /system/munin-node/README.SLACKWARE
parent1673835d5a699ff9292dd33bef731a44466bfc2b (diff)
downloadslackbuilds-d5c65817b72ac6a07fa3fd21bf47b8b2e6f1108c.tar.gz
system/munin-node: Added (Statistics gathering client for Munin).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/munin-node/README.SLACKWARE')
-rw-r--r--system/munin-node/README.SLACKWARE13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/munin-node/README.SLACKWARE b/system/munin-node/README.SLACKWARE
new file mode 100644
index 0000000000..a5dccb6b34
--- /dev/null
+++ b/system/munin-node/README.SLACKWARE
@@ -0,0 +1,13 @@
+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