diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-02-06 20:32:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-06 20:32:58 +0700 |
commit | 8e345cefbe19d133e041bd99e469ce3d044ea7dc (patch) | |
tree | feed123081bd13abb57d1382854a911c054dc890 /network/graphite-carbon/README.SLACKWARE | |
parent | 171e85069717f372bfd9ba8ad6215f31bcc19bf2 (diff) | |
download | slackbuilds-8e345cefbe19d133e041bd99e469ce3d044ea7dc.tar.gz |
network/graphite-carbon: Added (Backend data caching).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/graphite-carbon/README.SLACKWARE')
-rw-r--r-- | network/graphite-carbon/README.SLACKWARE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/graphite-carbon/README.SLACKWARE b/network/graphite-carbon/README.SLACKWARE new file mode 100644 index 0000000000..0f97aacb9f --- /dev/null +++ b/network/graphite-carbon/README.SLACKWARE @@ -0,0 +1,15 @@ +You may wish to add these lines to /etc/rc.d/rc.local to start the service: + +if [ -x /etc/rc.d/rc.carbon-cache ]; then + /etc/rc.d/rc.carbon-cache start +fi + +You may also add these lines to /etc/rc.d/rc.local_shutdown: + +if [ -x /etc/rc.d/rc.carbon-cache ]; then + /etc/rc.d/rc.carbon-cache stop +fi + +Remember to give executable permission to /etc/rc.d/rc.local_shutdown: + + chmod 0755 /etc/rc.d/rc.local_shutdown |