chiark / gitweb /
update SUSE rules
[elogind.git] / udevd.8
1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "UDEVD" "8" "August 2005" "udev" "udevd, udevcontrol"
6 .\" disable hyphenation
7 .nh
8 .\" disable justification (adjust text to left margin only)
9 .ad l
10 .SH "NAME"
11 udevd \- event managing daemon
12 .SH "SYNOPSIS"
13 .HP 6
14 \fBudevd\fR [\fB\-\-daemon\fR]
15 .HP 20
16 \fBudevcontrol \fR\fB\fIcommand\fR\fR
17 .SH "DESCRIPTION"
18 .PP
19 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.
20 .SH "OPTIONS"
21 .TP
22 \fB\-\-daemon\fR
23 Detach and run in the background.
24 .TP
25 \fBlog_priority=\fR\fB\fIvalue\fR\fR
26 udevcontrol can dynamically set the log level of udevd. Valid values are the numerical syslog priorities or their textual representations:
27 \fBerr\fR,
28 \fBinfo\fR
29 and
30 \fBdebug\fR.
31 .TP
32 \fBstop_exec_queue\fR
33 udevcontrol stops the execution of events from udevd.
34 .TP
35 \fBstart_exec_queue\fR
36 udevcontrol starts the execution of events from udevd.
37 .SH "ENVIRONMENT"
38 .TP
39 \fBUDEV_LOG\fR
40 Overrides the syslog priority specified in the config file.
41 .SH "AUTHOR"
42 .PP
43 Written by Kay Sievers
44 <kay.sievers@vrfy.org>.
45 .SH "SEE ALSO"
46 .PP
47 \fBudev\fR(7)