How do i change on boot deamon sequence

Discussion in 'Installation/Configuration' started by Stown, Sep 30, 2009.

  1. Stown

    Stown Member

    Hi all,

    I have set a new setup on witch works now great. Only on reboot the mydns deamon runs before mysqld. Does anybody know how to change this?

    Thanks
     
  2. Stown

    Stown Member

    Already found te solution.

    For those wo wants to know:
    nano /etc/init.d/<deamon>

    And change the chkconfig numbers to something later than the deamon mysqld for example.
    Than you do:
    chkconfig --levels 235 <deamon> on

    Now do a reboot to see that it works :)
     

Share This Page