4 lines
209 B
Bash
Executable File
4 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONPATH=/opt/graphite/webapp && exec /usr/local/bin/gunicorn wsgi --workers=4 --bind=127.0.0.1:8080 --log-file=/var/log/gunicorn.log --preload --pythonpath=/opt/graphite/webapp/graphite
|