source: udev-lfs/udevd.8@ b2b1e1a

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since b2b1e1a was b2b1e1a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move directory to make build easier

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.5 KB
Line 
1.\" Title: systemd-udevd.service
2.\" Author: Kay Sievers <kay@vrfy.org>
3.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
4.\" Date: 07/20/2012
5.\" Manual: systemd-udevd.service
6.\" Source: systemd
7.\" Language: English
8.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9.\" Manually updated for udev only for LFS by BRuce Dubbs
10.\" <bdubbs@linuxfromscratch.org>
11.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12.\"
13.TH "UDEVD" "8" "" "systemd (LFS modified man page)" "udevd"
14.\" -----------------------------------------------------------------
15.\" * Define some portability stuff
16.\" -----------------------------------------------------------------
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.\" http://bugs.debian.org/507673
19.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
20.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21.ie \n(.g .ds Aq \(aq
22.el .ds Aq '
23.\" -----------------------------------------------------------------
24.\" * set default formatting
25.\" -----------------------------------------------------------------
26.\" disable hyphenation
27.nh
28.\" disable justification (adjust text to left margin only)
29.ad l
30.\" -----------------------------------------------------------------
31.\" * MAIN CONTENT STARTS HERE *
32.\" -----------------------------------------------------------------
33.SH "NAME"
34udevd \- Device event managing daemon
35.SH "SYNOPSIS"
36.PP
37.HP \w'\fB/usr/lib/udevd\fR\ 'u
38\fB/lib/udev/udevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\fR] [\fB\-\-children\-max=\fR] [\fB\-\-exec\-delay=\fR] \ [\fB\-\-resolve\-names=early|late|never\fR] [\fB\-\-version\fR] [\fB\-\-help\fR]
39.SH "DESCRIPTION"
40.PP
41udevd listens to kernel uevents\&. For every event, udevd executes matching instructions specified in udev rules\&. See
42\fBudev\fR(7)\&.
43.PP
44The behavior of the running daemon can be changed with
45\fBudevadm control\fR\&.
46.SH "OPTIONS"
47.PP
48\fB\-\-daemon\fR
49.RS 4
50Detach and run in the background\&.
51.RE
52.PP
53\fB\-\-debug\fR
54.RS 4
55Print debug messages to stderr\&.
56.RE
57.PP
58\fB\-\-children\-max=\fR
59.RS 4
60Limit the number of parallel executed events\&.
61.RE
62.PP
63\fB\-\-exec\-delay=\fR
64.RS 4
65Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
66.RE
67.PP
68\fB\-\-resolve\-names=\fR
69.RS 4
70Specify when udevd should resolve names of users and groups\&. When set to
71\fBearly\fR
72(the default) names will be resolved when the rules are parsed\&. When set to
73\fBlate\fR
74names will be resolved for every event\&. When set to
75\fBnever\fR
76names will never be resolved and all devices will be owned by root\&.
77.RE
78.PP
79\fB\-\-version\fR
80.RS 4
81Print version number\&.
82.RE
83.PP
84\fB\-\-help\fR
85.RS 4
86Print help text\&.
87.RE
88.SH "ENVIRONMENT"
89.PP
90\fIUDEV_LOG=\fR
91.RS 4
92Set the logging priority\&.
93.RE
94.SH "KERNEL COMMAND LINE"
95.PP
96The parameters starting with "rd\&.", will be read when udev is used in an initrd\&.
97.PP
98\fIudev\&.log\-priority=\fR, \fIrd\&.udev\&.log\-priority=\fR
99.RS 4
100Set the logging priority\&.
101.RE
102.PP
103\fIudev\&.children\-max=\fR, \fIrd\&.udev\&.children\-max=\fR
104.RS 4
105Limit the number of parallel executed events\&.
106.RE
107.PP
108\fIudev\&.exec\-delay=\fR, \fIrd\&.udev\&.exec\-delay=\fR
109.RS 4
110Number of seconds to delay the execution of RUN instructions\&. This might be useful when debugging system crashes during coldplug cause by loading non\-working kernel modules\&.
111.RE
112.SH "SEE ALSO"
113.PP
114\fBudev\fR(7),
115\fBudevadm\fR(8)
Note: See TracBrowser for help on using the repository browser.