#!/bin/sh
[ -r ../conf ] && . ../conf
: "${NAME:=kore-sample}"
exec /usr/local/etc/runit/logger -t ${NAME}
