home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / archive / etc / xinetd.d / tftp
Encoding:
Text File  |  2004-01-29  |  395 b   |  13 lines

  1. service tftp
  2. {
  3.     disable         = yes
  4.         socket_type             = dgram
  5.         wait                    = yes
  6.         user                    = nobody
  7.         server                  = /usr/libexec/tftpd
  8.         server_args             = -l /var/tftpboot
  9.         log_on_success          += HOST DURATION PID TRAFFIC
  10.         log_on_failure          += HOST
  11.         nice                    = 10
  12. }
  13.