From ae9e1c75a5e24e4f2c9d60eb4b8838e0b043ec7d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 25 Apr 2008 14:11:19 -0400 Subject: Import from event-compat-sysv-0.3.9-8.fc9 --- event.d/tty2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 event.d/tty2 (limited to 'event.d/tty2') diff --git a/event.d/tty2 b/event.d/tty2 new file mode 100644 index 00000000..bf496f89 --- /dev/null +++ b/event.d/tty2 @@ -0,0 +1,16 @@ +# tty2 - getty +# +# This service maintains a getty on tty2 from the point the system is +# started until it is shut down again. + +start on stopped rc2 +start on stopped rc3 +start on stopped rc4 +start on stopped rc5 + +stop on runlevel 0 +stop on runlevel 1 +stop on runlevel 6 + +respawn +exec /sbin/mingetty tty2 -- cgit From 1de0b38f2b65479c6a5a4bf67b67d995cd7c7a89 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 25 Apr 2008 14:13:35 -0400 Subject: Import from event-compat-sysv-0.3.9-11.fc9 - Make ttys start after prefdm in runlevel 5 - Merge rc-default into rcS - Remove reliance on /etc/inittab --- event.d/tty2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.d/tty2') diff --git a/event.d/tty2 b/event.d/tty2 index bf496f89..ec5f94cd 100644 --- a/event.d/tty2 +++ b/event.d/tty2 @@ -6,7 +6,7 @@ start on stopped rc2 start on stopped rc3 start on stopped rc4 -start on stopped rc5 +start on started prefdm stop on runlevel 0 stop on runlevel 1 -- cgit