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 v1.2.1