From: Lennart Poettering Date: Tue, 20 Dec 2016 20:15:17 +0000 (+0100) Subject: man: improve ShowStatus=/systemd.show_status=/--show-status= documentation X-Git-Tag: v233~237^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33fc1800d692ab84eeb9e50342ff75204c335319;p=thirdparty%2Fsystemd.git man: improve ShowStatus=/systemd.show_status=/--show-status= documentation Fixes: #4928 --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index e4e81f7f2e4..336c7a5fd11 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -97,12 +97,10 @@ DefaultStandardOutput=journal DefaultStandardError=inherit - Configures various parameters of basic manager - operation. These options may be overridden by the respective - command line arguments. See - systemd1 - for details about these command line - arguments. + Configures various parameters of basic manager operation. These options may be overridden by + the respective process and kernel command line arguments. See + systemd1 for + details. diff --git a/man/systemd.xml b/man/systemd.xml index 50398e6259e..2964fecd25e 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -183,10 +183,14 @@ - 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 . + Takes a boolean argument or the special value auto. 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 auto 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 + systemd.show_status= (see below) and the configuration file option + , see + systemd-system.conf5. @@ -953,15 +957,15 @@ systemd.show_status= - Takes a boolean argument or the constant - auto. If , the - systemd manager (PID 1) shows terse service status updates on - the console during bootup. auto behaves - like until a service fails or there is - a significant delay in boot. Defaults to - , unless is passed - as kernel command line option, in which case it defaults to - auto. + Takes a boolean argument or the constant auto. If , + the systemd manager (PID 1) shows terse service status updates on the console during bootup. + auto behaves like until a unit fails or there is a significant + delay in boot. Defaults to , unless is passed as kernel command + line option, in which case it defaults to auto. If specified overrides the system manager + configuration file option , see + systemd-system.conf5. However, + the process command line option takes precedence over both this kernel command + line option and the configuration file option.