diff options
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 |