From 7ea0e422f14deb956886c7fc7c13eb4e6ed3e57c Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 3 Dec 2010 15:26:53 +0100 Subject: Stop tty and serial also on runlevel 's' (#629257) --- init/serial.conf | 2 +- init/tty.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'init') diff --git a/init/serial.conf b/init/serial.conf index b2204a18..e47df283 100644 --- a/init/serial.conf +++ b/init/serial.conf @@ -13,7 +13,7 @@ # /etc/init/tty.conf, and changing the getty line in that file. start on fedora.serial-console-available DEV=* and stopped rc RUNLEVEL=[2345] -stop on runlevel [016] +stop on runlevel [S016] instance $DEV respawn diff --git a/init/tty.conf b/init/tty.conf index 62a2b5ba..fca6388e 100644 --- a/init/tty.conf +++ b/init/tty.conf @@ -2,7 +2,7 @@ # # This service maintains a getty on the specified device. -stop on runlevel [016] +stop on runlevel [S016] respawn instance $TTY -- cgit v1.2.1