diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-22 13:16:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-22 13:16:28 +0200 |
commit | d081dffbd3e57dc9da494a3384e333bf565d4175 (patch) | |
tree | a09f838a8c73078470eb6e17d798abc9cb81bf95 /man | |
parent | b0193f1c1f1540bfccbdca02df82669b9308e4e2 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/kernel-command-line.xml | 1 | ||||
-rw-r--r-- | man/systemd.conf.xml | 1 | ||||
-rw-r--r-- | man/systemd.xml | 32 |
3 files changed, 1 insertions, 33 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 6e1c7e080a..6d7c575991 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -80,7 +80,6 @@ <term><varname>systemd.crash_chvt=</varname></term> <term><varname>systemd.confirm_spawn=</varname></term> <term><varname>systemd.show_status=</varname></term> - <term><varname>systemd.sysv_console=</varname></term> <term><varname>systemd.log_target=</varname></term> <term><varname>systemd.log_level=</varname></term> <term><varname>systemd.log_color=</varname></term> diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 92942f1a93..613763e8a3 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -79,7 +79,6 @@ <term><varname>DumpCore=yes</varname></term> <term><varname>CrashShell=no</varname></term> <term><varname>ShowStatus=yes</varname></term> - <term><varname>SysVConsole=yes</varname></term> <term><varname>CrashChVT=1</varname></term> <term><varname>DefaultStandardOutput=journal</varname></term> <term><varname>DefaultStandardError=inherit</varname></term> diff --git a/man/systemd.xml b/man/systemd.xml index bf450d51c8..d3d722a23e 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -192,18 +192,6 @@ <option>true</option>.</para></listitem> </varlistentry> <varlistentry> - <term><option>--sysv-console=</option></term> - - <listitem><para>Controls whether - output of SysV init scripts will be - directed to the console. This switch - has no effect when run as user - instance. Takes a boolean argument - which may be omitted which is - interpreted as - <option>true</option>.</para></listitem> - </varlistentry> - <varlistentry> <term><option>--log-target=</option></term> <listitem><para>Set log @@ -1049,20 +1037,6 @@ </varlistentry> <varlistentry> - <term><varname>systemd.sysv_console=</varname></term> - - <listitem><para>Takes a boolean - argument. If <option>true</option> - output of SysV init scripts will be - directed to the console. Defaults to - <option>true</option>, unless - <option>quiet</option> is passed as - kernel command line option in which - case it defaults to - <option>false</option>.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>systemd.log_target=</varname></term> <term><varname>systemd.log_level=</varname></term> <term><varname>systemd.log_color=</varname></term> @@ -1106,12 +1080,8 @@ <term><varname>quiet</varname></term> <listitem><para>If passed turns off - status output at boot, and disconnects - SysV scripts from the console, much - like + status output at boot, much like <varname>systemd.show_status=false</varname> - and - <varname>systemd.sysv_console=false</varname> would. Note that this option is also read by the kernel itself and disables kernel log output to the |