# # TFTPd Config # # $Id: tftpd.conf,v 1.2 2014/02/17 14:28:29 misho Exp $ [tftpd] # Drop priv to user user = nobody # Chroot to dir chroot = / dir = /tftpboot # if file exists we can override it! override = yes bind = 0.0.0.0 port = 69 # timeout transfer in seconds timeout = 5 [exec_on] # execute scripts on events # parameters:: request = /etc/tftpd/request.sh complete = /etc/tftpd/complete.sh error = /etc/tftpd/error.sh