1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

man: document db_persist udev rules OPTION

Fixes #1551
This commit is contained in:
Michal Sekletar 2019-01-21 23:05:46 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 61a38e0265
commit 07d16cc098

View File

@ -566,6 +566,18 @@
<para>Disable the watching of a device node with inotify.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>db_persist</option></term>
<listitem>
<para>Set the flag (sticky bit) on the udev database entry
of the event device. Device properties are then kept in the
database even when
<command>udevadm info --cleanup-db</command> is called.
This option can be useful in certain cases
(e.g. Device Mapper devices) for persisting device state
on the transition from initramfs.</para>
</listitem>
</varlistentry>
</variablelist>
</listitem>
</varlistentry>