diff options
Diffstat (limited to 'build/test/dummy-graphite.start')
-rwxr-xr-x | build/test/dummy-graphite.start | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/build/test/dummy-graphite.start b/build/test/dummy-graphite.start index 9d83cfb..6b69005 100755 --- a/build/test/dummy-graphite.start +++ b/build/test/dummy-graphite.start @@ -1,11 +1,5 @@ #!/usr/bin/env bash -if [ ! -r /var/lib/graphite/graphite.db ]; then - # graphite-manage migrate - django-admin migrate --settings=graphite.settings - # graphite-manage createsuperuser --noinput --username=admin --email root@localhost.localdomain - django-admin createsuperuser --settings=graphite.settings --noinput --username=admin --email root@localhost.localdomain -fi chown -R _graphite:_graphite /var/lib/graphite/ -service apache2 start +service graphite-api start service carbon-cache start while true; do sleep 10; done |