2014-01-31 18:02:07 +04:00
|
|
|
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
|
2014-04-15 14:51:53 +02:00
|
|
|
# This is a workaround for Fedora, where TFTP will listen only on
|
|
|
|
# IPv6 endpoint, if IPv4 flag is not used.
|
|
|
|
flags = IPv4
|
2014-01-31 18:02:07 +04:00
|
|
|
}
|