From d081dffbd3e57dc9da494a3384e333bf565d4175 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jun 2012 13:16:28 +0200 Subject: core: remove sysv_console option This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit. --- src/core/system.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/system.conf') diff --git a/src/core/system.conf b/src/core/system.conf index c6ba95c212..d5208186a0 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -15,7 +15,6 @@ #DumpCore=yes #CrashShell=no #ShowStatus=yes -#SysVConsole=yes #CrashChVT=1 #CPUAffinity=1 2 #DefaultControllers=cpu -- cgit v1.2.3-54-g00ecf