LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Changing start order of daemons (https://www.linuxquestions.org/questions/linux-newbie-8/changing-start-order-of-daemons-752648/)

Deluka 09-04-2009 08:55 AM

Changing start order of daemons
 
Hello
I need to change the boot order of 1 of my daemons.
ddclient is been startet before the machine is online and fails to update my DNS record. As far as i can tell it would be best to lett it start after the network daemon is online. Any ideas how i can get this done ?

ongte 09-04-2009 09:55 AM

If it's configured as a service, have a look under /etc/rc.d/rc5.d (Assuming you are on runlevel 5, otherwise just change the number accordingly)

You should see your service listed with a S?? number in front. This is the start order, you might change this to a larger number for it to start later. Max is S99.


All times are GMT -5. The time now is 11:24 PM.