chiark / gitweb /
cc2a1bcd22221e419e854f5e1e9f15d1fd925ed6
[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>--verbose</option></arg>
30           <arg><option>--help</option></arg>
31         </cmdsynopsis>
32         <cmdsynopsis>
33           <command>udevcontrol <replaceable>command</replaceable></command>
34         </cmdsynopsis>
35       </refsynopsisdiv>
36
37       <refsect1><title>DESCRIPTION</title>
38         <para>udevd listens to kernel uevents and passes the incoming events to
39         udev. It ensures the right event order and takes care, that events for child
40         devices are delayed until the parent has finished the device handling. </para>
41       </refsect1>
42
43       <refsect1><title>OPTIONS</title>
44         <variablelist>
45           <varlistentry>
46             <term><option>--daemon</option></term>
47             <listitem>
48               <para>Detach and run in the background.</para>
49             </listitem>
50           </varlistentry>
51           <varlistentry>
52             <term><option>--verbose</option></term>
53             <listitem>
54               <para>Print log messages to stdout.</para>
55             </listitem>
56           </varlistentry>
57           <varlistentry>
58             <term><option>--help</option></term>
59             <listitem>
60               <para>Print usage.</para>
61             </listitem>
62           </varlistentry>
63           <varlistentry>
64             <term><option>log_priority=<replaceable>value</replaceable></option></term>
65             <listitem>
66               <para>udevcontrol can dynamically set the log level of udevd.
67               Valid values are the numerical syslog priorities or their textual
68               representations: <option>err</option>, <option>info</option>
69               and <option>debug</option>.</para>
70             </listitem>
71           </varlistentry>
72           <varlistentry>
73             <term><option>stop_exec_queue</option></term>
74             <listitem>
75               <para>udevcontrol stops the execution of events from udevd.</para>
76             </listitem>
77           </varlistentry>
78           <varlistentry>
79             <term><option>start_exec_queue</option></term>
80             <listitem>
81               <para>udevcontrol starts the execution of events from udevd.</para>
82             </listitem>
83           </varlistentry>
84         </variablelist>
85       </refsect1>
86
87       <refsect1><title>ENVIRONMENT</title>
88         <variablelist>
89           <varlistentry>
90             <term><option>UDEV_LOG</option></term>
91             <listitem>
92               <para>Overrides the syslog priority specified in the config file.</para>
93             </listitem>
94           </varlistentry>
95         </variablelist>
96      </refsect1>
97
98       <refsect1><title>AUTHOR</title>
99         <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
100       </refsect1>
101
102       <refsect1>
103         <title>SEE ALSO</title>
104         <para><citerefentry>
105             <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
106         </citerefentry></para>
107       </refsect1>
108     </refentry>
109   </section>
110 </article>