/inetd.conf

http://github.com/brinkman83/bashrc · Config · 26 lines · 24 code · 2 blank · 0 comment · 0 complexity · f0e22ddeb236d3abd4217892ee391c5a MD5 · raw file

  1. # /etc/inetd.conf: see inetd(8) for further informations.
  2. #
  3. # Internet superserver configuration database
  4. #
  5. #
  6. # Lines starting with "#:LABEL:" or "#<off>#" should not
  7. # be changed unless you know what you are doing!
  8. #
  9. # If you want to disable an entry so it isn't touched during
  10. # package updates just comment it out with a single '#' character.
  11. #
  12. # Packages should modify this file by using update-inetd(8)
  13. #
  14. #:INTERNAL: Internal services
  15. #discard stream tcp nowait root internal
  16. #discard dgram udp wait root internal
  17. #daytime stream tcp nowait root internal
  18. #time stream tcp nowait root internal
  19. #:STANDARD: These are standard services.
  20. ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/proftpd
  21. ########################################################################################################################################################################################################
  22. <service_name> <sock_type> <proto> <flags> <user> <server_path> <args> #
  23. ########################################################################################################################################################################################################
  24. 3142 stream tcp nowait apt-cacher-ng /usr/sbin/tcpd /usr/lib/apt-cacher-ng/in.acng /var/run/apt-cacher-ng/socket