diff options
author | Bill Nottingham <notting@redhat.com> | 2008-04-04 11:40:30 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-04-04 11:40:30 -0400 |
commit | c18efcdfff7a0b63215c457a4ff126d4691a7f41 (patch) | |
tree | 8c3f05eef257273ec4e595b8bfe8910e59409f60 | |
parent | 55e7a90a0b5bd60c97bb29bf84392d28dc3821bd (diff) | |
download | initscripts-c18efcdfff7a0b63215c457a4ff126d4691a7f41.tar initscripts-c18efcdfff7a0b63215c457a4ff126d4691a7f41.tar.gz initscripts-c18efcdfff7a0b63215c457a4ff126d4691a7f41.tar.bz2 initscripts-c18efcdfff7a0b63215c457a4ff126d4691a7f41.tar.xz initscripts-c18efcdfff7a0b63215c457a4ff126d4691a7f41.zip |
Add a upstart-specific inittab.initscripts-8.68-1
These are not the droids you are looking for.
-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: |