bifrost/roles/ironic-install/files/xinetd.tftp
2015-03-12 17:07:46 -04:00

13 lines
286 B
Plaintext

service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = --map-file /tftpboot/map-file /tftpboot
disable = no
flags = IPv4
}