diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-08 11:09:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-06-08 18:24:11 +0200 |
commit | c50404aeccdeddfa7a21e497d176f3c1b42f0952 (patch) | |
tree | 4a80807d931b9f01c292e301760756969e825348 /man/systemd.link.xml | |
parent | core/socket: do not assign another fd to SocketPort which already has a fd on... (diff) | |
download | systemd-c50404aeccdeddfa7a21e497d176f3c1b42f0952.tar.xz systemd-c50404aeccdeddfa7a21e497d176f3c1b42f0952.zip |
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.xml | 15 |
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> |