source: projects/initscripts/tags/initscripts-8.91.1/inittab.upstart @ 1108

Revision 1108, 853 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1# inittab is only used by upstart for the default runlevel.
2#
3# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
4#
5# System initialization is started by /etc/event.d/rcS
6#
7# Individual runlevels are started by /etc/event.d/rc[0-6]
8#
9# Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete
10#
11# Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and
12# /etc/event.d/serial
13#
14# For information on how to write upstart event handlers, or how
15# upstart works, see init(8), initctl(8), and events(5).
16#
17# Default runlevel. The runlevels used are:
18#   0 - halt (Do NOT set initdefault to this)
19#   1 - Single user mode
20#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
21#   3 - Full multiuser mode
22#   4 - unused
23#   5 - X11
24#   6 - reboot (Do NOT set initdefault to this)
25#
26id:3:initdefault:
Note: See TracBrowser for help on using the repository browser.