[Discuss] how to modify the daemon number ?

Drew drew.kay at gmail.com
Tue Nov 6 07:14:27 PST 2007


> I have a SuSe linux server at office. Now I like to run some daemon
> before other. For an example I like to start mysql server before
> backup-mysql. In debian it is easy to change service number with
> update-rc but in Suse how can I do it ? Say there is a daemon at
> runlevel 3 as S19mysql and I like to change it as S17mysql.

Go into the relevant /etc/rcX.d folder (rc3.d in this case) and execute:

mv ./S19mysql ./S17mysql

That should allow you to change the boot order.

-- 
-Drew

"Nothing in life is to be feared. It is only to be understood."
--Marie Curie

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/B d-(++) s+: a- C++(+++) UL++++ P+>+++ L++>+++ E---- W++>+++
N o? K? w O- M V PS+ PE Y+>++ PGP++ t+ 5 X R(+) tv+ b+++
DI++++ D+ G e++ h>---- r>+++ y?>++++
------END GEEK CODE BLOCK------

Decode at: http://www.ebb.org/ungeek/


More information about the Discuss mailing list