graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06792
Re: [Question #667805]: /opt/graphite/bin/carbon-cache.py start systemd service?
Question #667805 on Graphite changed:
https://answers.launchpad.net/graphite/+question/667805
Status: Open => Answered
Yousef Fattal proposed the following answer:
Hi
assuming the purpose is to get it as a service i usually use
cp /graphite/examples/init.d/carbon-cache /etc/init.d/
chmod 755 /etc/init.d/carbon-cache; chkconfig carbon-cache on; service carbon-cache start
Not sure if that might help but just wanted to share it with you.
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.