Well, in order to use chkconfig utility to add the script to bootup, the
script must have some entries in the header (look at the others scripts
in /etc/init.d directory for a line that contains "chkconfig" at
headers).

There's another way to do this. You must create a symbolic link from the
/etc/init.d/scriptname to /etc/rcX.d/SNNscriptname, where the "X" is the
runlevel to run the script at bootup and the NN is the numerical orcer
to start the scripts (the lowest numbers are started first).

It's easy to understand.... but i cant say the same for my bad
english... =P

On Wed, 2003-08-20 at 05:42, Simon Tischer wrote:
> HI 
> 
> 
> one little question:
> 
> where can i edit to bootup sequence on a rh 9, i have made an new script in 
> /etc/rc.d/init.d/ and i whan that it will be execute befor checking for new 
> hardware.
> 
> Thanks for help
> -- 
> -------------------
> 
> 
> 
>       Simon
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to