11 lines
225 B
Text
11 lines
225 B
Text
service tftp
|
|
{
|
|
protocol = udp
|
|
port = 69
|
|
socket_type = dgram
|
|
wait = yes
|
|
user = nobody
|
|
server = /usr/sbin/in.tftpd
|
|
server_args = /tftpboot
|
|
disable = no
|
|
}
|