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