diff options
author | Dimitris Glezos <dimitris@glezos.com> | 2008-04-05 23:16:33 +0000 |
---|---|---|
committer | Dimitris Glezos <dimitris@glezos.com> | 2008-04-05 23:16:33 +0000 |
commit | b77d7255bec5b051e47c00f3f4f708208a41ee5b (patch) | |
tree | abc96b488a0f986a16e5d0ea610395bba7da9608 /inittab.upstart | |
parent | 2b02efe903072e60e80e3a1444e240278d087088 (diff) | |
parent | 6d61a919350e2f9011de5ae95a8a6a182b19c242 (diff) | |
download | initscripts-b77d7255bec5b051e47c00f3f4f708208a41ee5b.tar initscripts-b77d7255bec5b051e47c00f3f4f708208a41ee5b.tar.gz initscripts-b77d7255bec5b051e47c00f3f4f708208a41ee5b.tar.bz2 initscripts-b77d7255bec5b051e47c00f3f4f708208a41ee5b.tar.xz initscripts-b77d7255bec5b051e47c00f3f4f708208a41ee5b.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts
Diffstat (limited to 'inittab.upstart')
-rw-r--r-- | inittab.upstart | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/inittab.upstart b/inittab.upstart new file mode 100644 index 00000000..95d359ca --- /dev/null +++ b/inittab.upstart @@ -0,0 +1,26 @@ +# inittab is only used by upstart for the default runlevel. +# +# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. +# +# System initialization is started by /etc/event.d/rcS +# +# Individual runlevels are started by /etc/event.d/rc[0-6] +# +# Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete +# +# Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and +# /etc/event.d/serial +# +# For information on how to write upstart event handlers, or how +# upstart works, see init(8), initctl(8), and events(5). +# +# Default runlevel. The runlevels used are: +# 0 - halt (Do NOT set initdefault to this) +# 1 - Single user mode +# 2 - Multiuser, without NFS (The same as 3, if you do not have networking) +# 3 - Full multiuser mode +# 4 - unused +# 5 - X11 +# 6 - reboot (Do NOT set initdefault to this) +# +id:3:initdefault: |