#!/bin/sh
[ -r ./conf ] && . ./conf
exec knotd ${OPTS}
