]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: improve ShowStatus=/systemd.show_status=/--show-status= documentation
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Dec 2016 20:15:17 +0000 (21:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Dec 2016 18:09:32 +0000 (19:09 +0100)
Fixes: #4928
man/systemd-system.conf.xml
man/systemd.xml

index e4e81f7f2e452272f00b0b2fe87a61607909101f..336c7a5fd114db19a390b2b9ba80b401835bcb08 100644 (file)
         <term><varname>DefaultStandardOutput=journal</varname></term>
         <term><varname>DefaultStandardError=inherit</varname></term>
 
-        <listitem><para>Configures various parameters of basic manager
-        operation. These options may be overridden by the respective
-        command line arguments. See
-        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
-        for details about these command line
-        arguments.</para></listitem>
+        <listitem><para>Configures various parameters of basic manager operation. These options may be overridden by
+        the respective process and kernel command line arguments. See
+        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> for
+        details.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index 50398e6259e721f87c974ea70045f2522135a581..2964fecd25e1b091b82f1257800e881df7d15c03 100644 (file)
       <varlistentry>
         <term><option>--show-status=</option></term>
 
-        <listitem><para>Show terse service status information while
-        booting. 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>
+        <listitem><para>Takes a boolean argument or the special value <constant>auto</constant>. If on, terse unit
+        status information is shown on the console during boot-up and shutdown. If off, no such status information is
+        shown. If set to <constant>auto</constant> behavior is similar to off, except that it is automatically switched
+        to on, as soon as the first unit failure or significant boot delay is encountered. This switch has no effect
+        when invoked as user instance. If specified, overrides both the kernel command line setting
+        <varname>systemd.show_status=</varname> (see below) and the configuration file option
+        <option>ShowStatus=</option>, see
+        <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem>
       </varlistentry>
       <varlistentry>
         <term><option>--log-target=</option></term>
       <varlistentry>
         <term><varname>systemd.show_status=</varname></term>
 
-        <listitem><para>Takes a boolean argument or the constant
-        <constant>auto</constant>. If <option>yes</option>, the
-        systemd manager (PID 1) shows terse service status updates on
-        the console during bootup.  <constant>auto</constant> behaves
-        like <option>false</option> until a service fails or there is
-        a significant delay in boot.  Defaults to
-        <option>yes</option>, unless <option>quiet</option> is passed
-        as kernel command line option, in which case it defaults to
-        <constant>auto</constant>.</para></listitem>
+        <listitem><para>Takes a boolean argument or the constant <constant>auto</constant>. If <option>yes</option>,
+        the systemd manager (PID 1) shows terse service status updates on the console during bootup.
+        <constant>auto</constant> behaves like <option>false</option> until a unit fails or there is a significant
+        delay in boot.  Defaults to <option>yes</option>, 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
+        <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. However,
+        the process command line option <option>--show-status=</option> takes precedence over both this kernel command
+        line option and the configuration file option.</para></listitem>
       </varlistentry>
 
       <varlistentry>