diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-analyze.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 526d5d1919..97a9b2cca7 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -94,6 +94,11 @@ <cmdsynopsis> <command>systemd-analyze</command> <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">unit-paths</arg> + </cmdsynopsis> + <cmdsynopsis> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">log-level</arg> <arg choice="opt"><replaceable>LEVEL</replaceable></arg> </cmdsynopsis> @@ -188,6 +193,18 @@ state. Its format is subject to change without notice and should not be parsed by applications.</para> + <para><command>systemd-analyze unit-paths</command> outputs a list of all + directories from which unit files, <filename>.d</filename> overrides, and + <filename>.wants</filename>, <filename>.requires</filename> symlinks may be + loaded. Combine with <option>--user</option> to retrieve the list for the user + manager instance, and <option>--global</option> for the global configuration of + user manager instances. Note that this verb prints the list that is compiled into + <command>systemd-analyze</command> itself, and does not comunicate with the + running manager. Use + <programlisting>systemctl [--user] [--global] show -p UnitPath --value</programlisting> + to retrieve the actual list that the manager uses, with any empty directories + omitted.</para> + <para><command>systemd-analyze log-level</command> prints the current log level of the <command>systemd</command> daemon. If an optional argument <replaceable>LEVEL</replaceable> is provided, then the command changes the current log |