diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-21 14:51:19 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 16:05:02 +0100 |
commit | edbb03e95a3c31bf719d5c6c46eec14d0bcb9c8f (patch) | |
tree | 5f9756ff846f5ed38cea48e5f5060376ed11b769 /man | |
parent | 7a243b22041595a0c7e0dffb3ef5e2158dde933f (diff) |
.network/.netdev/.link: allow to match on architecture
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 20 | ||||
-rw-r--r-- | man/udev.xml | 9 |
2 files changed, 29 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> diff --git a/man/udev.xml b/man/udev.xml index 3dd2b489ff..9e00933e5e 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -845,6 +845,15 @@ for details.</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>[Link]</literal> section accepts the following keys:</para> |