xinetd.conf 345 B

123456789101112131415161718
  1. # Begin /etc/xinetd
  2. # Configuration file for xinetd
  3. defaults
  4. {
  5. instances = 60
  6. log_type = SYSLOG daemon
  7. log_on_success = HOST PID USERID
  8. log_on_failure = HOST USERID
  9. cps = 25 30
  10. }
  11. # All service files are stored in the /etc/xinetd.d directory
  12. includedir /etc/xinetd.d
  13. # End /etc/xinetd