Skip to content

Commit

Permalink
Merge pull request hopsoft#100 from qhartman/patch-1
Browse files Browse the repository at this point in the history
Limit depth of find
  • Loading branch information
deniszh authored May 30, 2019
2 parents c2bfa12 + 9469b86 commit 6ae1aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for _srv in $(ls -1 /etc/service); do
done

# remove stale pids
find /opt/graphite/storage -name '*.pid' -delete
find /opt/graphite/storage -maxdepth 1 -name '*.pid' -delete

exec runsvdir -P /etc/service &

Expand Down

0 comments on commit 6ae1aa5

Please sign in to comment.