]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/udev.conf.xml
Merge pull request #34 from systemd-mailing-devs/1432619328-32030-1-git-send-email...
[thirdparty/systemd.git] / man / udev.conf.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % entities SYSTEM "custom-entities.ent" >
5 %entities;
6 ]>
7
8 <!--
9 This file is part of systemd.
10
11 Copyright 2014 Zbigniew Jędrzejewski-Szmek
12
13 systemd is free software; you can redistribute it and/or modify it
14 under the terms of the GNU Lesser General Public License as published by
15 the Free Software Foundation; either version 2.1 of the License, or
16 (at your option) any later version.
17
18 systemd is distributed in the hope that it will be useful, but
19 WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
22
23 You should have received a copy of the GNU Lesser General Public License
24 along with systemd; If not, see <http://www.gnu.org/licenses/>.
25 -->
26
27 <refentry id="udev.conf"
28 xmlns:xi="http://www.w3.org/2001/XInclude">
29
30 <refentryinfo>
31 <title>udev.conf</title>
32 <productname>systemd</productname>
33 <authorgroup>
34 <author>
35 <contrib>Developer</contrib>
36 <firstname>Kay</firstname>
37 <surname>Sievers</surname>
38 <email>kay@vrfy.org</email>
39 </author>
40 </authorgroup>
41 </refentryinfo>
42
43 <refmeta>
44 <refentrytitle>udev.conf</refentrytitle>
45 <manvolnum>5</manvolnum>
46 </refmeta>
47
48 <refnamediv>
49 <refname>udev.conf</refname>
50 <refpurpose>Configuration for device event managing daemon</refpurpose>
51 </refnamediv>
52
53 <refsynopsisdiv>
54 <para><filename>/etc/udev/udev.conf</filename></para>
55 </refsynopsisdiv>
56
57 <refsect1>
58 <title>Description</title>
59
60 <para>
61 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
62 expects its main configuration file at
63 <filename>/etc/udev/udev.conf</filename>. It consists of a set
64 of variables allowing the user to override default udev
65 values. All empty lines or lines beginning with '#' are
66 ignored. The following variables can be set:
67 </para>
68
69 <variablelist>
70 <varlistentry>
71 <term><varname>udev_log</varname></term>
72
73 <listitem>
74 <para>The log level. Valid values are the numerical
75 syslog priorities or their textual representations:
76 <option>err</option>, <option>info</option> and
77 <option>debug</option>.</para>
78 </listitem>
79 </varlistentry>
80 </variablelist>
81
82 <para>
83 In addition, <filename>systemd-udevd</filename> can be configured
84 by command line options and the kernel command line (see
85 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
86 </para>
87 </refsect1>
88
89 <refsect1>
90 <title>See Also</title>
91 <para>
92 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
93 <citerefentry><refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
94 <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>
95 </para>
96 </refsect1>
97 </refentry>