]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/udev.conf.xml
core: introduce new Type=exec service type
[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 6 SPDX-License-Identifier: LGPL-2.1+
6fc5a404
ZJS
7-->
8
9<refentry id="udev.conf"
10 xmlns:xi="http://www.w3.org/2001/XInclude">
11
12 <refentryinfo>
13 <title>udev.conf</title>
14 <productname>systemd</productname>
6fc5a404
ZJS
15 </refentryinfo>
16
17 <refmeta>
18 <refentrytitle>udev.conf</refentrytitle>
19 <manvolnum>5</manvolnum>
20 </refmeta>
21
22 <refnamediv>
23 <refname>udev.conf</refname>
24 <refpurpose>Configuration for device event managing daemon</refpurpose>
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>/etc/udev/udev.conf</filename></para>
29 </refsynopsisdiv>
30
31 <refsect1>
32 <title>Description</title>
33
34 <para>
35 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
36 expects its main configuration file at
37 <filename>/etc/udev/udev.conf</filename>. It consists of a set
38 of variables allowing the user to override default udev
39 values. All empty lines or lines beginning with '#' are
203af57f
ZJS
40 ignored. The following variables can be set:
41 </para>
42
43 <variablelist>
44 <varlistentry>
45 <term><varname>udev_log</varname></term>
46
47 <listitem>
f47ad593 48 <para>The log level. Valid values are the numerical
203af57f
ZJS
49 syslog priorities or their textual representations:
50 <option>err</option>, <option>info</option> and
51 <option>debug</option>.</para>
52 </listitem>
53 </varlistentry>
54 </variablelist>
55
56 <para>
57 In addition, <filename>systemd-udevd</filename> can be configured
81c7dd89 58 by command line options and the kernel command line (see
203af57f
ZJS
59 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
60 </para>
6fc5a404
ZJS
61 </refsect1>
62
63 <refsect1>
64 <title>See Also</title>
65 <para>
66 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
67 <citerefentry><refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
68 <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>
69 </para>
70 </refsect1>
71</refentry>