#!/bin/bash
LOG_FOLDER=/var/log/runit/cocaine-restart-broken/
mkdir -p $LOG_FOLDER || true
exec svlogd $LOG_FOLDER

