danielhilst

graphite-carbon.service

Sep 8th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [Unit]
  2. Description=Carbon, the Graphite Storage Backend
  3.  
  4. [Service]
  5. Type=forking
  6. ExecStart=/usr/bin/python2 /opt/graphite/bin/carbon-cache.py start
  7. ExecStop=/usr/bin/python2 /opt/graphite/bin/carbon-cache.py stop
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment