bifrost/playbooks/roles/bifrost-ironic-install/files/xinetd.tftp
John L. Villalovos ca36575ca3 Fix minor grammar/spelling issue
Fix a minor grammar/spelling issue

Change-Id: I8b84fcc6beb892e26cc8d282b345a793de23637e
2015-09-09 10:06:26 -07:00

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
}