]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/xinetd/tftpd-hpa
Pakfire Fixes.
[people/pmueller/ipfire-2.x.git] / config / xinetd / tftpd-hpa
CommitLineData
b734d091
MT
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.
5service 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}