diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 08:10:12 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-18 16:10:01 +0100 |
commit | 2001622c58c1989f386086d11bd2a00d5fe00a30 (patch) | |
tree | a015f26e770c7b123fef16a266b0e3efb4555820 /man | |
parent | a82340cc0312e2a946ac5c797fa57e98fe613ce7 (diff) | |
download | systemd-2001622c58c1989f386086d11bd2a00d5fe00a30.tar.gz |
udevadm: add --wait-daemon option to 'trigger' command
Diffstat (limited to 'man')
-rw-r--r-- | man/udevadm.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index e6d4a1b108..1aed86a164 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -319,6 +319,14 @@ the same command to finish.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--wait-daemon[=<replaceable>SECONDS</replaceable>]</option></term> + <listitem> + <para>Before triggering uevents, wait for systemd-udevd daemon to be initialized. + Optionally takes timeout value. Default timeout is 5 seconds. This is equivalent to invoke + invoking <command>udevadm control --ping</command> before <command>udevadm trigger</command>.</para> + </listitem> + </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> </variablelist> |