How complex of a daemon should be run through inetd?
- by amphetamachine
What is the general rule for which daemons should be started up through inetd? Currently, on my server, sshd, apache and sendmail are set up to run all the time, where simple *NIX services are set up to be started by inetd.
I'm the only one who uses ssh on my computer, and break-in attempts aren't a problem because I have it running on a…