diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-29 17:49:50 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-01 11:48:23 +0100 |
commit | 0d066dd1a4cdb6514c8630fc0cf841495bc820a3 (patch) | |
tree | 6e7af5b667a8cb85c1d76c67891f639a83a8ac8c /man/systemd.xml | |
parent | pid1: when showing error status, do not switch to status=temporary (diff) | |
download | systemd-0d066dd1a4cdb6514c8630fc0cf841495bc820a3.tar.xz systemd-0d066dd1a4cdb6514c8630fc0cf841495bc820a3.zip |
pid1: add new mode systemd.show-status=error and use it when 'quiet' is passed
systemd.show-status=error is useful for the case where people care about errors
only.
If people want to have a quiet boot, they most likely don't want to see all
status output even if there is a delay in boot, so make "quiet" imply
systemd.show-status=error instead of systemd.show-status=auto.
Fixes #14976.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index bbe0834e23..28bf49e131 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -798,15 +798,14 @@ <varlistentry> <term><varname>systemd.show_status</varname></term> - <listitem><para>Takes a boolean argument or the constant - <constant>auto</constant>. Can be also specified without an argument, with - the same effect as a positive boolean. If enabled, the systemd manager (PID - 1) shows terse service status updates on the console during bootup. - <constant>auto</constant> behaves like <option>false</option> until - there is a significant delay in boot. Defaults to enabled, unless - <option>quiet</option> is passed as kernel command line option, in which case - it defaults to <constant>auto</constant>. If specified overrides the system - manager configuration file option <option>ShowStatus=</option>, see + <listitem><para>Takes a boolean argument or the constants <constant>error</constant> and + <constant>auto</constant>. Can be also specified without an argument, with the same effect as a + positive boolean. If enabled, the systemd manager (PID 1) shows terse service status updates on the + console during bootup. With <constant>error</constant>, only messages about failures are shown, but + boot is otherwise quiet. <constant>auto</constant> behaves like <option>false</option> until there is + a significant delay in boot. Defaults to enabled, unless <option>quiet</option> is passed as kernel + command line option, in which case it defaults to <constant>error</constant>. If specified overrides + the system manager configuration file option <option>ShowStatus=</option>, see <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. </para></listitem> </varlistentry> |