From 679530113793c06d82f5ee4fb78e42a5bb86331d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 3 Aug 2009 11:30:57 -0400 Subject: Fix up upstart rules for s390(x). (#515222) On mainframe, we do not use tty*, and we just start a getty on console. --- event.d/console | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 event.d/console (limited to 'event.d') diff --git a/event.d/console b/event.d/console new file mode 100644 index 00000000..732a3fa9 --- /dev/null +++ b/event.d/console @@ -0,0 +1,16 @@ +# console - getty +# +# This service maintains a getty on console 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 started prefdm + +stop on runlevel 0 +stop on runlevel 1 +stop on runlevel 6 + +respawn +exec /sbin/mingetty console -- cgit v1.2.1