~toykeeper/+junk/graphite-charm

« back to all changes in this revision

Viewing changes to hooks/start

  • Committer: Selene Scriven
  • Date: 2012-06-19 14:38:22 UTC
  • Revision ID: selene.scriven@canonical.com-20120619143822-2hx0lw58lvn29dsp
initial hooks copied from cgoldberg's blog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -eux
 
4
 
 
5
cd /opt/graphite/
 
6
./bin/carbon-cache.py start
 
7
 
 
8
/etc/init.d/apache2 start
 
9