diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml
index e4e81f7f2e..336c7a5fd1 100644
--- a/man/systemd-system.conf.xml
+++ b/man/systemd-system.conf.xml
@@ -97,12 +97,10 @@
DefaultStandardOutput=journalDefaultStandardError=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 50398e6259..2964fecd25 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.