#!/bin/bash
LOG_FOLDER=/var/log/runit/cocaine-runtime/
mkdir -p $LOG_FOLDER || true
exec svlogd -b 262144 -l 16384 $LOG_FOLDER

