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

Re: [cobalt-users] Three Important Things !!



Kevin wrote:
> 
> Second: Where can I put an auto start function to start and reset the SSL
> server if I reboot, or on a daily basis to reset? And how would I write the
> correct label to do it?

The directory /etc/cron.daily is the place to put daily stuff.

As for startup, /etc/rc.d/rc2.d contains links to init.d scripts for 
run level 2, which is the "standard" for most distributions.  Don't 
know about the Qube, the start up sequence is one of those things that 
I'll leave well alone unless I have no option.
Note how the "S" scripts are for startup, the "K" scripts kill things
off, and the numbers ensure an orderly sequence.