#!/bin/bash
LOG_FOLDER=/var/log/runit/graphite-client/
mkdir -p $LOG_FOLDER || true
exec svlogd -tt $LOG_FOLDER

