chiark / gitweb /
volume_id: enable GFS probing code, add LABEL support
[elogind.git] / udevd.8
1 .\"     Title: udevd
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: August 2005
5 .\"    Manual: udevd
6 .\"    Source: udev
7 .\"
8 .TH "UDEVD" "8" "August 2005" "udev" "udevd"
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\-\-debug\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
18 .SH "DESCRIPTION"
19 .PP
20 udevd listens to kernel uevents and passes the incoming events to udev\. It ensures the correct event order and takes care, that events for child devices are delayed until the parent event has finished the device handling\. The behavior of the running daemon can be changed with
21 \fBudevadm control\fR\.
22 .SH "OPTIONS"
23 .PP
24 \fB\-\-daemon\fR
25 .RS 4
26 Detach and run in the background\.
27 .RE
28 .PP
29 \fB\-\-debug\-trace\fR
30 .RS 4
31 Run all events completely serialized\. This may be useful if udev triggers actions or loads kernel modules which cause problems and a slow but continuous operation is needed, where no events are processed in parallel\.
32 .RE
33 .PP
34 \fB\-\-debug\fR
35 .RS 4
36 Print log messages to stdout\.
37 .RE
38 .PP
39 \fB\-\-version\fR
40 .RS 4
41 Print version number\.
42 .RE
43 .PP
44 \fBhelp\fR
45 .RS 4
46 Print help text\.
47 .RE
48 .SH "ENVIRONMENT"
49 .PP
50 \fBUDEV_LOG\fR
51 .RS 4
52 Overrides the syslog priority specified in the config file\.
53 .RE
54 .SH "AUTHOR"
55 .PP
56 Written by Kay Sievers
57 <kay\.sievers@vrfy\.org>\.
58 .SH "SEE ALSO"
59 .PP
60 \fBudev\fR(7),
61 \fBudevadm\fR(8)