Hi, David,
 Well, init doesn't read & execute all the scripts in /etc/rc.d. It
executes /etc/rc.d/rc.1 or rc.2 or rc.3 or..., depending on the runlevel.
So if you want to execute the scripts (ex. apache_script & ssh_script),
you can call these scripts from /etc/rc.d/rc.local, which is a script that
executes at boot time.

Have fun,
bogdan

On Wed, 25 Aug 1999, David Hajoglou wrote:

> I have put two scripts in this directory (apache startup and ssh startup).
> When I run the scripts from the command line i.e. ssh_2 start it starts
> just fine.  However, when I shutdown/restart the computer, the scripts are
> never started.  How do I configure the init cycle to read and start those
> services?
> 
> 
> Thank You
> David
> 

Reply via email to