#!/bin/sh
set -e

LOG=/tmp/hcollect.log

test -d "$LOG" || mkdir -p -m2755 "$LOG" #&& chown gitlog:adm "$LOG"
exec svlogd -tt "$LOG"
