How do I change the booting order of services?
Kristian Hermansen
kristian.hermansen at gmail.com
Mon May 28 14:09:16 UTC 2007
On 5/28/07, " Anders H?ggstr?m " <hagge.ubuntu at intercorner.net> wrote:
> Where do I change the bootorder of services that are starting in a
> correct way in Ubuntu Feisty Fawn?
In the standard init process, for each runlevel, you have an
/etc/rc?.d directory, where '?' is the runlevel. Inside, scripts
starting with an 'S' are called in numerical on the START of that init
level. 'K' scripts are called in numerical order on switching out of
that run level.
> Where do I fin detaild information about the booing procedure?
> And how do I change the default runlevel?
You should be reading the documentation found here:
http://upstart.ubuntu.com/
> The normal way is to edit /etc/initrc and change the name/number of
> the scripts in /etc/rcX.d/ but I have no initrc-file and I've read
> something about upstart not using the normal way to start up the
> system. Is that correct?
Make an /etc/inittab and populate it with what you want as you would normally...
> Is this list accurate? If so, how do I make use of runlevel 3-5, since
> Ubuntu only run at level 2?
All other runlevels are clones of 2.
http://209.85.165.104/search?q=cache:ac6G7POBCvoJ:www.experts-exchange.com/OS/Linux/Q_22115162.html+change+default+inittab+runlevel&hl=en&ct=clnk&cd=4&gl=us&client=firefox-a
--
Kristian Hermansen
More information about the ubuntu-server
mailing list