]> git.ipfire.org Git - ipfire-2.x.git/blob - config/xinetd/tftpd-hpa
HinzugefĆ¼gt:
[ipfire-2.x.git] / config / xinetd / tftpd-hpa
1 # description: The tftp server serves files using the trivial file transfer \
2 # protocol. The tftp protocol is often used to boot diskless \
3 # workstations, download configuration files to network-aware printers, \
4 # and to start the installation process for some operating systems.
5 service tftp
6 {
7 socket_type = dgram
8 protocol = udp
9 wait = yes
10 user = root
11 server = /usr/sbin/in.tftpd
12 server_args = -s /var/log/tftpboot
13 disable = no
14 per_source = 11
15 cps = 100 2
16 flags = IPv4
17 }