doc: mention that units can be masked via credentials

This commit is contained in:
Luca Boccassi 2024-05-06 20:09:35 +01:00 committed by Mike Yuan
parent 3d320785c4
commit 72558b03d4

View file

@ -80,7 +80,8 @@
<listitem><para>Credentials prefixed with <literal>systemd.extra-unit.</literal> specify additional <listitem><para>Credentials prefixed with <literal>systemd.extra-unit.</literal> specify additional
units to add to the final system. Note that these additional units are added to both the initrd and units to add to the final system. Note that these additional units are added to both the initrd and
the final system. <varname>ConditionPathExists=!/etc/initrd-release</varname> can be used to make the final system. <varname>ConditionPathExists=!/etc/initrd-release</varname> can be used to make
sure the unit is conditioned out in the initrd.</para> sure the unit is conditioned out in the initrd. Note that this can also be used to mask units, by
simply specifying an empty value.</para>
<xi:include href="version-info.xml" xpointer="v256"/></listitem> <xi:include href="version-info.xml" xpointer="v256"/></listitem>
</varlistentry> </varlistentry>