aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/dummy-graphite.start
blob: 6b690059e71c5167cf994835b1b919b5cdc74748 (plain)
1
2
3
4
5
#!/usr/bin/env bash
chown -R _graphite:_graphite /var/lib/graphite/
service graphite-api start
service carbon-cache start
while true; do sleep 10; done