I'm looking to execute a script launched by xinetd over an arbitrary port. However after some testing it appears that I will need to explicitly define the service and port on /etc/services for xinetd to enable the service.
Is there an option in xinetd wherein I can disable lookup on /etc/services or specify an alternate file to lookup service/ports?