1service tftp 2{ 3 disable = no 4 socket_type = dgram 5 port = 69 6 protocol = udp 7 wait = yes 8 user = nobody 9 server = /usr/sbin/in.tftpd 10 server_args = /tftpboot 11} 12