diff options
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r-- | man/systemd-networkd.service.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 69157b13ef..91e1392488 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -133,6 +133,16 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Architecture</varname></term> + <listitem> + <para>Checks whether the system is running on a specific + architecture. See <literal>ConditionArchitecture=</literal> in + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for details. + </para> + </listitem> + </varlistentry> </variablelist> <para>The <literal>[NetDev]</literal> section accepts the following @@ -257,6 +267,16 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><varname>Architecture</varname></term> + <listitem> + <para>Checks whether the system is running on a specific + architecture. See <literal>ConditionArchitecture=</literal> in + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> + for details. + </para> + </listitem> + </varlistentry> </variablelist> <para>The <literal>[Network]</literal> section accepts the following keys:</para> |