core/iputils/tftp.xinetd

11 lines
155 B
Plaintext
Raw Normal View History

2014-07-23 06:23:19 +08:00
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/tftpd
2014-07-23 06:23:19 +08:00
server_args = /var/tftpboot
disable = yes
}