mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
157 B
Bash
Executable File
5 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f /opt/graphite/storage/carbon-cache-a.pid
|
|
exec /usr/bin/python /opt/graphite/bin/carbon-cache.py start --debug 2>&1 >> /var/log/carbon.log
|