#!/bin/sh
exec 2>&1

[ -r conf ] && . ./conf

: "${OPTS:= -s -v}"

exec /usr/bin/in.tftpd -L $OPTS /var/lib/tftp
