]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/udev.conf.xml
po: update French translation
[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
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7
8 This file is part of systemd.
9
10 Copyright 2014 Zbigniew Jędrzejewski-Szmek
11 -->
12
13 <refentry id="udev.conf"
14 xmlns:xi="http://www.w3.org/2001/XInclude">
15
16 <refentryinfo>
17 <title>udev.conf</title>
18 <productname>systemd</productname>
19 <authorgroup>
20 <author>
21 <contrib>Developer</contrib>
22 <firstname>Kay</firstname>
23 <surname>Sievers</surname>
24 <email>kay@vrfy.org</email>
25 </author>
26 </authorgroup>
27 </refentryinfo>
28
29 <refmeta>
30 <refentrytitle>udev.conf</refentrytitle>
31 <manvolnum>5</manvolnum>
32 </refmeta>
33
34 <refnamediv>
35 <refname>udev.conf</refname>
36 <refpurpose>Configuration for device event managing daemon</refpurpose>
37 </refnamediv>
38
39 <refsynopsisdiv>
40 <para><filename>/etc/udev/udev.conf</filename></para>
41 </refsynopsisdiv>
42
43 <refsect1>
44 <title>Description</title>
45
46 <para>
47 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
48 expects its main configuration file at
49 <filename>/etc/udev/udev.conf</filename>. It consists of a set
50 of variables allowing the user to override default udev
51 values. All empty lines or lines beginning with '#' are
52 ignored. The following variables can be set:
53 </para>
54
55 <variablelist>
56 <varlistentry>
57 <term><varname>udev_log</varname></term>
58
59 <listitem>
60 <para>The log level. Valid values are the numerical
61 syslog priorities or their textual representations:
62 <option>err</option>, <option>info</option> and
63 <option>debug</option>.</para>
64 </listitem>
65 </varlistentry>
66 </variablelist>
67
68 <para>
69 In addition, <filename>systemd-udevd</filename> can be configured
70 by command line options and the kernel command line (see
71 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
72 </para>
73 </refsect1>
74
75 <refsect1>
76 <title>See Also</title>
77 <para>
78 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
79 <citerefentry><refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
80 <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>
81 </para>
82 </refsect1>
83 </refentry>