]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/udev.conf.xml
sd-event: define a new PREPARING state
[thirdparty/systemd.git] / man / udev.conf.xml
CommitLineData
6fc5a404 1<?xml version='1.0'?>
6fc5a404 2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
12b42c76 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
6fc5a404
ZJS
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
203af57f
ZJS
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>
f47ad593 71 <para>The log level. Valid values are the numerical
203af57f
ZJS
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
81c7dd89 81 by command line options and the kernel command line (see
203af57f
ZJS
82 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
83 </para>
6fc5a404
ZJS
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>