sudo service xinetd reloadrather than
sudo service xinetd restartSpecifically, when I add a custom service to /etc/service and I do "restart", xinetd does not pick up the config changes.
I was getting this error in /var/log/syslog
service/protocol combination not in /etc/services: my-custom-service/tcpso I added this to /etc/services
# Local services
my-custom-service 13082/tcpIn this circumstance, "restart" did not make xinetd re-read the config files and change its behavior. However, "reload" did.
No comments:
Post a Comment