]> git.proxmox.com Git - systemd.git/blob - man/udev.conf.5
Imported Upstream version 220
[systemd.git] / man / udev.conf.5
1 '\" t
2 .TH "UDEV\&.CONF" "5" "" "systemd 220" "udev.conf"
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"
23 udev.conf \- Configuration for device event managing daemon
24 .SH "SYNOPSIS"
25 .PP
26 /etc/udev/udev\&.conf
27 .SH "DESCRIPTION"
28 .PP
29 \fBsystemd-udevd\fR(8)
30 expects its main configuration file at
31 /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:
32 .PP
33 \fIudev_log\fR
34 .RS 4
35 The log level\&. Valid values are the numerical syslog priorities or their textual representations:
36 \fBerr\fR,
37 \fBinfo\fR
38 and
39 \fBdebug\fR\&.
40 .RE
41 .PP
42 In addition,
43 systemd\-udevd
44 can be configured by command line options and the kernel command line (see
45 \fBsystemd-udevd\fR(8))\&.
46 .SH "SEE ALSO"
47 .PP
48 \fBsystemd-udevd\fR(8),
49 \fBudev\fR(7),
50 \fBudevadm\fR(8)