tools/ironic/templates/tftpd-xinetd.template
06fb29c6
 service tftp
 {
   protocol        = udp
   port            = 69
   socket_type     = dgram
   wait            = yes
   user            = root
   server          = /usr/sbin/in.tftpd
   server_args     = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
   disable         = no
 }