diff --git a/supervisord.conf b/supervisord.conf index 5acf00b..9349b63 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -15,6 +15,13 @@ stdout_logfile = /var/log/supervisor/%(program_name)s.log stderr_logfile = /var/log/supervisor/%(program_name)s.log autorestart = true +[program:carbon-aggregator] +;user = www-data +command = /opt/graphite/bin/carbon-aggregator.py --debug start +stdout_logfile = /var/log/supervisor/%(program_name)s.log +stderr_logfile = /var/log/supervisor/%(program_name)s.log +autorestart = true + [program:graphite-webapp] ;user = www-data directory = /opt/graphite/webapp