/etc/inetd.conf
Inetd reads a configuration file that lists all the services it should handle. For each service inetd needs to know:
- the port number and protocol
- wait/nowait flag
- login name the process should run as
- pathname of real server program
- command line arguments to server program