blob: 7b9b0f8a78569518f95ff0e2706ce00c21200a47 [file] [log] [blame]
Alexander Gordeev06fb29c2014-01-31 18:02:07 +04001service tftp
2{
3 protocol = udp
4 port = 69
5 socket_type = dgram
6 wait = yes
7 user = root
8 server = /usr/sbin/in.tftpd
9 server_args = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
10 disable = no
11}