#!/bin/sh

DAEMON_OPTS=''
[ -r ./conf ] && . ./conf

exec 2>&1
exec syslogd -n ${DAEMON_OPTS}
