Inetd

inetd (internet service daemon) is a super-server daemon on many Unix systems that provides Internet services. For each configured service, it listens for requests from connecting clients. Requests are served by spawning a process which runs the appropriate executable, but simple services such as echo are served by inetd itself. External executables, which are run on request, can be single- or multi-threaded. First appearing in 4.3BSD,[1] it is generally located at /usr/sbin/inetd. inetd is based on the (service) activator pattern[2]

  1. ^ inetd(8) – FreeBSD System Manager's Manual
  2. ^ Lecture 21: Android Services and Local IPC (part 17), retrieved 2023-10-23