Skip to content

Commit

Permalink
Fixing issue hopsoft#80
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jan 11, 2019
1 parent 1804874 commit 5fbc233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/etc/service/carbon-relay/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

[[ -n ${RELAY} ]] || exit 1
[[ -n "${RELAY}" ]] || exit 1

rm -f /opt/graphite/storage/carbon-relay-a.pid
exec python3 /opt/graphite/bin/carbon-relay.py start --debug 2>&1 | tee -a /var/log/carbon-relay.log

0 comments on commit 5fbc233

Please sign in to comment.