| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 | '\" t.TH "SYSTEMD\-UDEVD\&.SERVICE" "8" "" "systemd 201" "udevd".\" -----------------------------------------------------------------.\" * Define some portability stuff.\" -----------------------------------------------------------------.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.\" http://bugs.debian.org/507673.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.ie \n(.g .ds Aq \(aq.el       .ds Aq '.\" -----------------------------------------------------------------.\" * set default formatting.\" -----------------------------------------------------------------.\" disable hyphenation.nh.\" disable justification (adjust text to left margin only).ad l.\" -----------------------------------------------------------------.\" * MAIN CONTENT STARTS HERE *.\" -----------------------------------------------------------------.SH "NAME"udevd \- Device event managing daemon.SH "SYNOPSIS".HP \w'\fB/usr/lib/udevd\fR\ 'u\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].SH "DESCRIPTION".PP\fBudevd\fRlistens to kernel uevents\&. For every event, udevd executes matching instructions specified in udev rules\&. See\fBudev\fR(7)\&..PPThe behavior of the running daemon can be changed with\fBudevadm control\fR\&..SH "OPTIONS".PP\fB\-\-daemon\fR.RS 4Detach and run in the background\&..RE.PP\fB\-\-debug\fR.RS 4Print debug messages to stderr\&..RE.PP\fB\-\-children\-max=\fR.RS 4Limit the number of events executed in parallel\&..RE.PP\fB\-\-exec\-delay=\fR.RS 4Delay the execution of RUN instruction by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&..RE.PP\fB\-\-resolve\-names=\fR.RS 4Specify when udevd should resolve names of users and groups\&. When set to\fBearly\fR(the default) names will be resolved when the rules are parsed\&. When set to\fBlate\fRnames will be resolved for every event\&. When set to\fBnever\fRnames will never be resolved and all devices will be owned by root\&..RE.PP\fB\-\-version\fR.RS 4Print version number\&..RE.PP\fB\-\-help\fR.RS 4Print help text\&..RE.SH "ENVIRONMENT".PP\fI$UDEV_LOG=\fR.RS 4Set the logging priority\&..RE.SH "KERNEL COMMAND LINE".PPParameters starting with "rd\&." will be read when\fBudevd\fRis used in an initrd\&..PP\fIudev\&.log\-priority=\fR, \fIrd\&.udev\&.log\-priority=\fR.RS 4Set the logging priority\&..RE.PP\fIudev\&.children\-max=\fR, \fIrd\&.udev\&.children\-max=\fR.RS 4Limit the number of events executed in parallel\&..RE.PP\fIudev\&.exec\-delay=\fR, \fIrd\&.udev\&.exec\-delay=\fR.RS 4Delay the execution of RUN instruction by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&..RE.PP\fInet\&.ifnames=\fR.RS 4Network interfaces are renamed to give them predictable names when possible\&. It is enabled by default, specifying 0 disables it\&..RE.SH "CONFIGURATION FILE".PPudev expects its main configuration file at/etc/udev/udev\&.conf\&. It consists of a set of variables allowing the user to override default udev values\&. All empty lines or lines beginning with \*(Aq#\*(Aq are ignored\&. The following variables can be set:.PP\fIudev_log\fR.RS 4The logging priority\&. Valid values are the numerical syslog priorities or their textual representations:\fBerr\fR,\fBinfo\fRand\fBdebug\fR\&..RE.SH "SEE ALSO".PP\fBudev\fR(7),\fBudevadm\fR(8)
 |