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