13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
|
service tftp
|
||
|
{
|
||
|
disable = no
|
||
|
socket_type = dgram
|
||
|
protocol = udp
|
||
|
wait = yes
|
||
|
user = root
|
||
|
server = /usr/sbin/in.tftpd
|
||
|
server_args = -s /var/lib/tftpboot -c
|
||
|
per_source = 11
|
||
|
cps = 100 2
|
||
|
}
|