From 70c2dab4cd138b9bc648c11728a87d299168f78f Mon Sep 17 00:00:00 2001 From: obfuscurity Date: Sun, 19 Apr 2015 01:47:59 -0400 Subject: [PATCH] set runlevel defaults for carbon-cache initscript, fixes #31 --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index bdf2e02..f1af04d 100755 --- a/install +++ b/install @@ -83,6 +83,7 @@ chmod 755 /etc/cron.hourly/graphite-build-index sudo -u www-data /opt/graphite/bin/build-index.sh # Start our processes +update-rc.d carbon-cache defaults service carbon-cache start service memcached start service collectd start