Files
main/network/misc/iputils/files/fedora/tftp.xinetd
T
Ertuğrul Erata bf11c55112 iputils update
2015-10-01 22:46:01 +03:00

11 lines
155 B
Plaintext

service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/tftpd
server_args = /var/tftpboot
disable = yes
}