mds/net-ftp/tftp-hpa/files/tftp.xinetd

11 lines
219 B
Plaintext
Raw Normal View History

service tftp
{
disable = yes
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -R 4096:32767 -s /tftpboot
}