From c18efcdfff7a0b63215c457a4ff126d4691a7f41 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 4 Apr 2008 11:40:30 -0400 Subject: Add a upstart-specific inittab. These are not the droids you are looking for. --- inittab.upstart | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 inittab.upstart (limited to 'inittab.upstart') 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: -- cgit v1.2.1