chiark / gitweb /
update Fedora rules
[elogind.git] / udevd.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <article>
6   <section>
7     <title>udevd, udevcontrol</title>
8     <refentry>
9       <refentryinfo>
10         <title>udevd</title>
11         <date>August 2005</date>
12         <productname>udev</productname>
13       </refentryinfo>
14
15       <refmeta>
16         <refentrytitle>udevd</refentrytitle>
17         <manvolnum>8</manvolnum>
18         <refmiscinfo class="version"></refmiscinfo>
19       </refmeta>
20
21       <refnamediv>
22         <refname>udevd</refname><refpurpose>event managing daemon</refpurpose>
23       </refnamediv>
24
25       <refsynopsisdiv>
26         <cmdsynopsis>
27           <command>udevd</command>
28           <arg><option>--daemon</option></arg>
29           <arg><option>--debug-trace</option></arg>
30           <arg><option>--verbose</option></arg>
31           <arg><option>--help</option></arg>
32         </cmdsynopsis>
33         <cmdsynopsis>
34           <command>udevcontrol <replaceable>command</replaceable></command>
35         </cmdsynopsis>
36       </refsynopsisdiv>
37
38       <refsect1><title>DESCRIPTION</title>
39         <para>udevd listens to kernel uevents and passes the incoming events to
40         udev. It ensures the right event order and takes care, that events for child
41         devices are delayed until the parent has finished the device handling. </para>
42       </refsect1>
43
44       <refsect1><title>OPTIONS</title>
45         <variablelist>
46           <varlistentry>
47             <term><option>--daemon</option></term>
48             <listitem>
49               <para>Detach and run in the background.</para>
50             </listitem>
51           </varlistentry>
52           <varlistentry>
53             <term><option>--debug-trace</option></term>
54             <listitem>
55               <para>Run all events completely serialized. This may be useful if udev triggers
56               actions or loads kernel modules which cause problems and a slow but continiuous
57               operation is needed, where no events are processed in parallel.
58               </para>
59             </listitem>
60           </varlistentry>
61           <varlistentry>
62             <term><option>--verbose</option></term>
63             <listitem>
64               <para>Print log messages to stdout.</para>
65             </listitem>
66           </varlistentry>
67           <varlistentry>
68             <term><option>--help</option></term>
69             <listitem>
70               <para>Print usage.</para>
71             </listitem>
72           </varlistentry>
73           <varlistentry>
74             <term><option>log_priority=<replaceable>value</replaceable></option></term>
75             <listitem>
76               <para>udevcontrol can dynamically set the log level of udevd.
77               Valid values are the numerical syslog priorities or their textual
78               representations: <option>err</option>, <option>info</option>
79               and <option>debug</option>.</para>
80             </listitem>
81           </varlistentry>
82           <varlistentry>
83             <term><option>stop_exec_queue</option></term>
84             <listitem>
85               <para>udevcontrol stops the execution of events from udevd.</para>
86             </listitem>
87           </varlistentry>
88           <varlistentry>
89             <term><option>start_exec_queue</option></term>
90             <listitem>
91               <para>udevcontrol starts the execution of events from udevd.</para>
92             </listitem>
93           </varlistentry>
94         </variablelist>
95       </refsect1>
96
97       <refsect1><title>ENVIRONMENT</title>
98         <variablelist>
99           <varlistentry>
100             <term><option>UDEV_LOG</option></term>
101             <listitem>
102               <para>Overrides the syslog priority specified in the config file.</para>
103             </listitem>
104           </varlistentry>
105         </variablelist>
106      </refsect1>
107
108       <refsect1><title>AUTHOR</title>
109         <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
110       </refsect1>
111
112       <refsect1>
113         <title>SEE ALSO</title>
114         <para><citerefentry>
115             <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
116         </citerefentry></para>
117       </refsect1>
118     </refentry>
119   </section>
120 </article>