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

