blob: 5f3d03f3bb19b1425428f9dc90feb89b5b07877d [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
Dmitry Tantsur8c0bd9f2014-04-15 14:51:53 +020011 # This is a workaround for Fedora, where TFTP will listen only on
12 # IPv6 endpoint, if IPv4 flag is not used.
13 flags = IPv4
Alexander Gordeev06fb29c2014-01-31 18:02:07 +040014}