Skip to content

Commit

Permalink
carbon cache upstart configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dje committed Dec 3, 2011
1 parent dc51133 commit 38dd8ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/default/carbon-cache.conf.erb
@@ -0,0 +1,11 @@
description "Graphite Carbon Cache Daemon"

start on runlevel [2345]
stop on runlevel [!2345]

expect daemon
respawn

env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

exec sudo -u www-data /opt/graphite/bin/carbon-cache.py start

0 comments on commit 38dd8ca

Please sign in to comment.