ServerType type
type
is one of:
inetd
To run the server from the system process
inetd
. The system then does all socket and child
management.
standalone
To run the server as a daemon process. The server then does all socket and child management.
ServerType standalone
We recommend against running the server from inetd. Here's why.
ServerType standalone
ServerType inetd