]> git.proxmox.com Git - systemd.git/blame - man/systemd-udevd.service.8
Imported Upstream version 219
[systemd.git] / man / systemd-udevd.service.8
CommitLineData
14228c0d 1'\" t
e735f4d4 2.TH "SYSTEMD\-UDEVD\&.SERVICE" "8" "" "systemd 219" "systemd-udevd.service"
14228c0d
MB
3.\" -----------------------------------------------------------------
4.\" * Define some portability stuff
5.\" -----------------------------------------------------------------
6.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7.\" http://bugs.debian.org/507673
8.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.ie \n(.g .ds Aq \(aq
11.el .ds Aq '
12.\" -----------------------------------------------------------------
13.\" * set default formatting
14.\" -----------------------------------------------------------------
15.\" disable hyphenation
16.nh
17.\" disable justification (adjust text to left margin only)
18.ad l
19.\" -----------------------------------------------------------------
20.\" * MAIN CONTENT STARTS HERE *
21.\" -----------------------------------------------------------------
22.SH "NAME"
23systemd-udevd.service, systemd-udevd-control.socket, systemd-udevd-kernel.socket, systemd-udevd \- Device event managing daemon
24.SH "SYNOPSIS"
25.PP
26systemd\-udevd\&.service
27.PP
28systemd\-udevd\-control\&.socket
29.PP
30systemd\-udevd\-kernel\&.socket
31.HP \w'\fB/usr/lib/systemd/systemd\-udevd\fR\ 'u
5eef597e 32\fB/usr/lib/systemd/systemd\-udevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\fR] [\fB\-\-children\-max=\fR] [\fB\-\-exec\-delay=\fR] [\fB\-\-event\-timeout=\fR] [\fB\-\-resolve\-names=early|late|never\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
14228c0d
MB
33.SH "DESCRIPTION"
34.PP
35\fBsystemd\-udevd\fR
36listens to kernel uevents\&. For every event, systemd\-udevd executes matching instructions specified in udev rules\&. See
37\fBudev\fR(7)\&.
38.PP
5eef597e 39The behavior of the daemon can be configured using
f47781d8 40\fBudev.conf\fR(5), its command line options, environment variables, and on the kernel command line, or changed dynamically with
14228c0d
MB
41\fBudevadm control\fR\&.
42.SH "OPTIONS"
43.PP
44\fB\-\-daemon\fR
45.RS 4
46Detach and run in the background\&.
47.RE
48.PP
49\fB\-\-debug\fR
50.RS 4
60f067b4 51Print debug messages to standard error\&.
14228c0d
MB
52.RE
53.PP
54\fB\-\-children\-max=\fR
55.RS 4
56Limit the number of events executed in parallel\&.
57.RE
58.PP
59\fB\-\-exec\-delay=\fR
60.RS 4
60f067b4
JS
61Delay the execution of
62\fIRUN\fR
63instructions by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&.
14228c0d
MB
64.RE
65.PP
5eef597e
MP
66\fB\-\-event\-timeout=\fR
67.RS 4
68Set the number of seconds to wait for events to finish\&. After this time the event will be terminated\&. The default is 30 seconds\&.
69.RE
70.PP
14228c0d
MB
71\fB\-\-resolve\-names=\fR
72.RS 4
73Specify when systemd\-udevd should resolve names of users and groups\&. When set to
74\fBearly\fR
60f067b4
JS
75(the default), names will be resolved when the rules are parsed\&. When set to
76\fBlate\fR, names will be resolved for every event\&. When set to
77\fBnever\fR, names will never be resolved and all devices will be owned by root\&.
14228c0d
MB
78.RE
79.PP
60f067b4 80\fB\-\-help\fR
14228c0d 81.RS 4
60f067b4 82Print a short help text and exit\&.
14228c0d
MB
83.RE
84.PP
60f067b4 85\fB\-\-version\fR
14228c0d 86.RS 4
60f067b4 87Print a short version string and exit\&.
14228c0d 88.RE
14228c0d
MB
89.SH "KERNEL COMMAND LINE"
90.PP
91Parameters starting with "rd\&." will be read when
92\fBsystemd\-udevd\fR
93is used in an initrd\&.
94.PP
95\fIudev\&.log\-priority=\fR, \fIrd\&.udev\&.log\-priority=\fR
96.RS 4
f47781d8 97Set the log level\&.
14228c0d
MB
98.RE
99.PP
100\fIudev\&.children\-max=\fR, \fIrd\&.udev\&.children\-max=\fR
101.RS 4
102Limit the number of events executed in parallel\&.
103.RE
104.PP
105\fIudev\&.exec\-delay=\fR, \fIrd\&.udev\&.exec\-delay=\fR
106.RS 4
60f067b4
JS
107Delay the execution of
108\fIRUN\fR
109instructions by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&.
14228c0d
MB
110.RE
111.PP
5eef597e 112\fIudev\&.event\-timeout=\fR, \fIrd\&.udev\&.event\-timeout=\fR
14228c0d 113.RS 4
5eef597e 114Wait for events to finish up to the given number of seconds\&. This option might be useful if events are terminated due to kernel drivers taking too long to initialize\&.
14228c0d 115.RE
14228c0d 116.PP
5eef597e 117\fInet\&.ifnames=\fR
14228c0d 118.RS 4
5eef597e 119Network interfaces are renamed to give them predictable names when possible\&. It is enabled by default; specifying 0 disables it\&.
14228c0d
MB
120.RE
121.SH "SEE ALSO"
122.PP
5eef597e 123\fBudev.conf\fR(5),
14228c0d
MB
124\fBudev\fR(7),
125\fBudevadm\fR(8)