#!/bin/sh
: "${OPTS:= -s -v}"
exec /usr/sbin/in.tftpd -L $OPTS /var/lib/tftp
