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
|