11

I have made chnages /etc/hosts/allow like

ALL:ALL

I have to restart the whole computer to check that , is there any service which i can restart to check the setting

2 Answers2

12

Most services that use /etc/hosts.allow will notice changes to the file without a restart.

ktower
  • 1,161
  • 9
  • 14
0

You can restart the xinetd dameon and that should do.

  • Is there any alternative to a restart? Does xinetd pick up changes at runtime? Or is it possible – like with Apache – to send a special signal for a reload of all configuration files? In the world of containers, a restart may be disadvantageous. – Torsten Bronger Sep 14 '22 at 05:18