diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.device.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/systemd.device.xml b/man/systemd.device.xml index ea1416fd73..2393571c9a 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -123,6 +123,25 @@ </varlistentry> <varlistentry> + <term><varname>SYSTEMD_READY=</varname></term> + <listitem><para>If set to 0 systemd + will consider this device unplugged + even if it shows up in the udev + tree. If this property is unset or set + to 1 the device will be considered + plugged the moment it shows up in the + udev tree. This property has no + influence on the behaviour when a + device disappears from the udev + tree. This option is useful to support + devices that initially show up in an + unitialized state in the tree, and for + which a changed event is generated the + moment they are fully set + up.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>ID_MODEL_FROM_DATABASE=</varname></term> <term><varname>ID_MODEL=</varname></term> |