diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-08-23 17:44:58 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-09-01 10:01:18 +0200 |
commit | 8de7929de5b70c4a130a0477c2f9baeecb86c905 (patch) | |
tree | 971a99f1722cf8f233905251e127a326ba1ff18b /man/systemd-analyze.xml | |
parent | mkosi: Install bash-completion in Arch image (diff) | |
download | systemd-8de7929de5b70c4a130a0477c2f9baeecb86c905.tar.xz systemd-8de7929de5b70c4a130a0477c2f9baeecb86c905.zip |
mkosi: Add zsh to Arch packages
Useful for testing zsh completion changes.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 932218d80e..fb2a1caa9e 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -1123,6 +1123,20 @@ Service b@0.service not loaded, b.socket cannot be started. to the specified point in time. If not specified defaults to the current time.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--unit=<replaceable>UNIT</replaceable></option></term> + + <listitem><para>When used with the <command>condition</command> command, evaluate all the + <varname index="false">Condition*=...</varname> and <varname index="false">Assert*=...</varname> + assignments in the specified unit file. The full unit search path is formed by combining the + directories for the specified unit with the usual unit load paths. The variable + <varname>$SYSTEMD_UNIT_PATH</varname> is supported, and may be used to replace or augment the + compiled in set of unit load paths; see + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. All + units files present in the directory containing the specified unit will be used in preference to the + other paths.</para></listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> |