summaryrefslogtreecommitdiff
path: root/man/systemd.link.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-08 18:09:00 +0900
committerLennart Poettering <lennart@poettering.net>2021-06-08 18:24:11 +0200
commitc50404aeccdeddfa7a21e497d176f3c1b42f0952 (patch)
tree4a80807d931b9f01c292e301760756969e825348 /man/systemd.link.xml
parent3da0caf5bbf3c8cab716c4d7adf0eb25907dc951 (diff)
downloadsystemd-c50404aeccdeddfa7a21e497d176f3c1b42f0952.tar.gz
udev: make WakeOnLan= take multiple features
WAKE_XXX are flag, not enum.
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r--man/systemd.link.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 4650b8f852..3323b028de 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -492,8 +492,9 @@
<varlistentry>
<term><varname>WakeOnLan=</varname></term>
<listitem>
- <para>The Wake-on-LAN policy to set for the device. The
- supported values are:</para>
+ <para>The Wake-on-LAN policy to set for the device. Takes the special value
+ <literal>off</literal> which disables Wake-on-LAN, or space separated list of the following
+ words:</para>
<variablelist>
<varlistentry>
@@ -540,15 +541,11 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><option>off</option></term>
- <listitem>
- <para>Never wake.</para>
- </listitem>
- </varlistentry>
</variablelist>
- <para>Defaults to <option>off</option>.</para>
+ <para>Defaults to unset, and the device's default will be used. This setting can be specified
+ multiple times. If an empty string is assigned, then the all previous assignments are
+ cleared.</para>
</listitem>
</varlistentry>
<varlistentry>