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