[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] why won't my startup script run?



On Jan 25, 2007, at 8:31 AM, Jeff Lightner wrote:


>
> Also on Linux you don't have to manually create the rc?.d files.  You
> can use the chkconfig command to tell it which runlevels to start at.
>


Also, once formatted properly, you can run:


insserv <scriptname>


It will read the runlevels the script is appropriate for from the  
appropriate block of your script, and install the script for those  
runlevels at boot time.


--j