Difference between revisions of "Runlevel"

From Amahi Wiki
Jump to: navigation, search
(Created page with "Most Linux systems have what is called a default runlevel. It goes from 1 to 6. Typically, runlevel 3 means headless. '''This is the recommendation for Amahi''', if you are not ...")
 
 
Line 10: Line 10:
 
   /etc/inittab
 
   /etc/inittab
  
It should have a line like this
+
For runlevel 3, it should have a line like this
  
     id:5:initdefault:
+
     id:3:initdefault:
  
That means the system is running at runlevel 5.
+
That means the system is running at runlevel 3 when it reboots next.

Latest revision as of 02:59, 19 June 2011

Most Linux systems have what is called a default runlevel. It goes from 1 to 6.

Typically, runlevel 3 means headless. This is the recommendation for Amahi, if you are not going to use the desktop. This is done to conserve resources, because runlevel 3 does not start graphics (X windows and window managers, etc.), and frees memory and CPU.

The typical default is runlevel 5, which does start X as a service.

How to change the runlevel

You can set the default runlevel in

  /etc/inittab

For runlevel 3, it should have a line like this

   id:3:initdefault:

That means the system is running at runlevel 3 when it reboots next.