daytime 474 B

1234567891011121314151617181920212223242526
  1. # Begin /etc/xinetd.d/daytime
  2. service daytime
  3. {
  4. disable = yes
  5. type = INTERNAL
  6. id = daytime-stream
  7. socket_type = stream
  8. protocol = tcp
  9. user = root
  10. wait = no
  11. }
  12. service daytime
  13. {
  14. disable = yes
  15. type = INTERNAL
  16. id = daytime-dgram
  17. socket_type = dgram
  18. protocol = udp
  19. user = root
  20. wait = yes
  21. }
  22. # End /etc/xinetd.d/daytime