← Back to team overview

graphite-dev team mailing list archive

[Question #670614]: multi instance carbon-cache will not start default

 

New question #670614 on Graphite:
https://answers.launchpad.net/graphite/+question/670614

using systemd to run multi instances of carbon-cache, file below. However the default cache will not start ( no error) but cache b does start, any ideas of where to look?


[Unit]
Description=Graphite Carbon Cache Instance %I
After=network.target

[Service]
Type=forking
StandardOutput=syslog
StandardError=syslog
ExecStart=/usr/bin/carbon-cache --config=/opt/graphite/conf/carbon.conf --pidfile=/var/run/carbon-cache-%i.pid --logdir=/var/log/carbon/ --instance=%i start
ExecReload=/bin/kill -USR1 $MAINPID
PIDFile=/var/run/carbon-cache-%i.pid

[Install]
WantedBy=multi-user.target


-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.