LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   daemon without runlevels (https://www.linuxquestions.org/questions/linux-newbie-8/daemon-without-runlevels-521603/)

dsubbarao 01-22-2007 02:17 AM

daemon without runlevels
 
Hi all,


I want to create a daemon but i don't want that daemon to start on the startup of the system. I want it to be run ondemand.That is when i run service rr start then only it should start,Not on when the system starts.
If we mention "chconfig 345" in rc script then that service will be automatically be started on the startup.

How to prevent the service to start on the system start??

Thanks in Advance.

avallach 01-22-2007 03:19 AM

Just don't say in the sript when to run the deamon, and run it only manually. I don't see the problem...


All times are GMT -5. The time now is 12:11 AM.