LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   about inetd messages (https://www.linuxquestions.org/questions/linux-networking-3/about-inetd-messages-284364/)

eshwar_ind 01-31-2005 03:12 AM

about inetd messages
 
Hi,
I started the services of inetd using the command inetd -s. Its continously logging the messages on to the console. how to stop that message logging? If anyone please reply me.
thanks & regards
Eeshwar.

ugge 01-31-2005 10:59 AM

There are start scripts used to do that. They use to live in /etc/init.d/ folder.
Mine is /etc/init.d/xinetd
These scripts are used like this
Code:

/etc/init.d/xinetd start
to start that service. To make this service start at boot you will have to add it to your boot routines, which depend on you distribution of linux.


All times are GMT -5. The time now is 09:01 AM.