Information
The eXtended InterNET Daemon ( xinetd ) is an open source super daemon that replaced
the original inetd daemon. The xinetd daemon listens for well known services and
dispatches the appropriate daemon to properly respond to service requests.
Rationale:
If there are no xinetd services required, it is recommended that the daemon be disabled.
Solution
Run one of the following commands to disable xinetd:
# chkconfig xinetd off
# systemctl disable xinetd
# update-rc.d xinetd disable
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation
for appropriate methods.