Commit fff17377 by Oláh István Gergely

Remove su command from graphite syncdb

parent 3e79ffde
#!/bin/bash
su - {{ pillar['graphite']['user'] }}
source /home/{{ pillar['graphite']['user'] }}/.virtualenvs/graphite/bin/activate;
cd /opt/graphite/webapp/graphite/
python manage.py syncdb --noinput
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment