summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man5/udev.conf.5
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man5/udev.conf.5
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man5/udev.conf.5')
-rw-r--r--upstream/archlinux/man5/udev.conf.5112
1 files changed, 112 insertions, 0 deletions
diff --git a/upstream/archlinux/man5/udev.conf.5 b/upstream/archlinux/man5/udev.conf.5
new file mode 100644
index 00000000..db1e9cec
--- /dev/null
+++ b/upstream/archlinux/man5/udev.conf.5
@@ -0,0 +1,112 @@
+'\" t
+.TH "UDEV\&.CONF" "5" "" "systemd 255" "udev.conf"
+.\" -----------------------------------------------------------------
+.\" * 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"
+udev.conf \- Configuration for device event managing daemon
+.SH "SYNOPSIS"
+.PP
+/etc/udev/udev\&.conf
+.SH "DESCRIPTION"
+.PP
+\fBsystemd-udevd\fR(8)
+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 4
+The log level\&. Valid values are the numerical syslog priorities or their textual representations:
+\fBerr\fR,
+\fBinfo\fR
+and
+\fBdebug\fR\&.
+.sp
+Added in version 216\&.
+.RE
+.PP
+\fIchildren_max=\fR
+.RS 4
+An integer\&. The maximum number of events executed in parallel\&. When unspecified or 0 is specified, the maximum is determined based on the system resources\&.
+.sp
+This is the same as the
+\fB\-\-children\-max=\fR
+option\&.
+.sp
+Added in version 240\&.
+.RE
+.PP
+\fIexec_delay=\fR
+.RS 4
+An integer\&. Delay the execution of each
+\fIRUN{\fR\fI\fIprogram\fR\fR\fI}\fR
+parameter by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&.
+.sp
+This is the same as the
+\fB\-\-exec\-delay=\fR
+option\&.
+.sp
+Added in version 240\&.
+.RE
+.PP
+\fIevent_timeout=\fR
+.RS 4
+An integer\&. The number of seconds to wait for events to finish\&. After this time, the event will be terminated\&. The default is 180 seconds\&.
+.sp
+This is the same as the
+\fB\-\-event\-timeout=\fR
+option\&.
+.sp
+Added in version 240\&.
+.RE
+.PP
+\fIresolve_names=\fR
+.RS 4
+Specifies when systemd\-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\fR, names will be resolved for every event\&. When set to
+\fBnever\fR, names will never be resolved and all devices will be owned by root\&.
+.sp
+This is the same as the
+\fB\-\-resolve\-names=\fR
+option\&.
+.sp
+Added in version 240\&.
+.RE
+.PP
+\fItimeout_signal=\fR
+.RS 4
+Specifies a signal that
+systemd\-udevd
+will send on worker timeouts\&. Note that both workers and spawned processes will be killed using this signal\&. Defaults to
+\fBSIGKILL\fR\&.
+.sp
+Added in version 246\&.
+.RE
+.PP
+In addition,
+systemd\-udevd
+can be configured by command line options and the kernel command line (see
+\fBsystemd-udevd\fR(8))\&.
+.SH "SEE ALSO"
+.PP
+\fBsystemd-udevd\fR(8),
+\fBudev\fR(7),
+\fBudevadm\fR(8)