ca36575ca3
Fix a minor grammar/spelling issue Change-Id: I8b84fcc6beb892e26cc8d282b345a793de23637e
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
service tftp
|
|
{
|
|
protocol = udp
|
|
port = 69
|
|
socket_type = dgram
|
|
wait = yes
|
|
# Note(TheJulia): While the line below looks incorrect, tftp-hpa changes its
|
|
# effective user by default to the nobody user.
|
|
user = root
|
|
server = /usr/sbin/in.tftpd
|
|
server_args = -v -v -v -v -s --map-file /tftpboot/map-file /tftpboot
|
|
disable = no
|
|
flags = IPv4
|
|
}
|