Koozali.org: home of the SME Server

Re: System startup

Campbell

Re: System startup
« on: July 02, 2002, 04:49:11 PM »
How do you control what services are loaded on startup as you have created a run level 7?

John Crisp

Re: System startup
« Reply #1 on: July 02, 2002, 09:59:04 PM »
look in /etc/rc.d/rcd.7 to see the services started.

Most services can be started /stopped with the following :

/sbin/e-smith/config setprop $key enable/disable

where $key is the service e.g. hdparm atalk etc.

I think that you have to do the following to get it all to happen:

/sbin/e-smith/signal-event console-save

Have a read around.

/sbin/e-smith/config keys - shows all keys for that database

/sbin/e-smith/config show $key - show the status of a given key

You can also press the 'i' key during startup to enter interactive mode and choose which services to run.

Have a search through the forums for more.

B. Rgds
John