chiark / gitweb /
add IMPORT operations to the udev man page
[elogind.git] / udevd.8
1 .\"     Title: udevd
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
4 .\"      Date: August 2005
5 .\"    Manual: udevd, udevcontrol
6 .\"    Source: udev
7 .\"
8 .TH "UDEVD" "8" "August 2005" "udev" "udevd, udevcontrol"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 udevd \- event managing daemon
15 .SH "SYNOPSIS"
16 .HP 6
17 \fBudevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\-trace\fR] [\fB\-\-verbose\fR] [\fB\-\-help\fR]
18 .HP 20
19 \fBudevcontrol \fR\fB\fIcommand\fR\fR
20 .SH "DESCRIPTION"
21 .PP
22 udevd listens to kernel uevents and passes the incoming events to udev. It ensures the right event order and takes care, that events for child devices are delayed until the parent has finished the device handling.
23 .SH "OPTIONS"
24 .PP
25 \fB\-\-daemon\fR
26 .RS 3n
27 Detach and run in the background.
28 .RE
29 .PP
30 \fB\-\-debug\-trace\fR
31 .RS 3n
32 Run all events completely serialized. This may be useful if udev triggers actions or loads kernel modules which cause problems and a slow but continiuous operation is needed, where no events are processed in parallel.
33 .RE
34 .PP
35 \fB\-\-verbose\fR
36 .RS 3n
37 Print log messages to stdout.
38 .RE
39 .PP
40 \fB\-\-help\fR
41 .RS 3n
42 Print usage.
43 .RE
44 .PP
45 \fBlog_priority=\fR\fB\fIvalue\fR\fR
46 .RS 3n
47 udevcontrol can dynamically set the log level of udevd. Valid values are the numerical syslog priorities or their textual representations:
48 \fBerr\fR,
49 \fBinfo\fR
50 and
51 \fBdebug\fR.
52 .RE
53 .PP
54 \fBstop_exec_queue\fR
55 .RS 3n
56 udevcontrol stops the execution of events from udevd.
57 .RE
58 .PP
59 \fBstart_exec_queue\fR
60 .RS 3n
61 udevcontrol starts the execution of events from udevd.
62 .RE
63 .SH "ENVIRONMENT"
64 .PP
65 \fBUDEV_LOG\fR
66 .RS 3n
67 Overrides the syslog priority specified in the config file.
68 .RE
69 .SH "AUTHOR"
70 .PP
71 Written by Kay Sievers
72 <kay.sievers@vrfy.org>.
73 .SH "SEE ALSO"
74 .PP
75 \fBudev\fR(7)