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">
6 <refentry id="systemd-udevd.service"
7 xmlns:xi="http://www.w3.org/2001/XInclude">
10 <title>systemd-udevd.service</title>
11 <productname>systemd</productname>
14 <contrib>Developer</contrib>
15 <firstname>Kay</firstname>
16 <surname>Sievers</surname>
17 <email>kay@vrfy.org</email>
23 <refentrytitle>systemd-udevd.service</refentrytitle>
24 <manvolnum>8</manvolnum>
25 <refmiscinfo class="version"></refmiscinfo>
29 <refname>systemd-udevd.service</refname>
30 <refname>systemd-udevd-control.socket</refname>
31 <refname>systemd-udevd-kernel.socket</refname>
32 <refname>systemd-udevd</refname>
33 <refpurpose>Device event managing daemon</refpurpose>
37 <para><filename>systemd-udevd.service</filename></para>
38 <para><filename>systemd-udevd-control.socket</filename></para>
39 <para><filename>systemd-udevd-kernel.socket</filename></para>
42 <command>/usr/lib/systemd/systemd-udevd</command>
43 <arg><option>--daemon</option></arg>
44 <arg><option>--debug</option></arg>
45 <arg><option>--children-max=</option></arg>
46 <arg><option>--exec-delay=</option></arg>
47 <arg><option>--resolve-names=early|late|never</option></arg>
48 <arg><option>--version</option></arg>
49 <arg><option>--help</option></arg>
54 <refsect1><title>Description</title>
55 <para><command>systemd-udevd</command> listens to kernel uevents.
56 For every event, systemd-udevd executes matching instructions
57 specified in udev rules. See <citerefentry>
58 <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
59 </citerefentry>.</para>
60 <para>The behavior of the running daemon can be changed with
61 <command>udevadm control</command>.</para>
64 <refsect1><title>Options</title>
67 <term><option>--daemon</option></term>
69 <para>Detach and run in the background.</para>
74 <term><option>--debug</option></term>
76 <para>Print debug messages to standard error.</para>
81 <term><option>--children-max=</option></term>
83 <para>Limit the number of events executed in parallel.</para>
88 <term><option>--exec-delay=</option></term>
90 <para>Delay the execution of <varname>RUN</varname>
91 instructions by the given number of seconds. This option
92 might be useful when debugging system crashes during
93 coldplug caused by loading non-working kernel
99 <term><option>--resolve-names=</option></term>
101 <para>Specify when systemd-udevd should resolve names of users and groups.
102 When set to <option>early</option> (the default), names will be
103 resolved when the rules are parsed. When set to
104 <option>late</option>, names will be resolved for every event.
105 When set to <option>never</option>, names will never be resolved
106 and all devices will be owned by root.</para>
111 <term><option>--help</option></term>
113 <xi:include href="standard-options.xml" xpointer="help-text" />
115 <xi:include href="standard-options.xml" xpointer="version" />
119 <refsect1><title>Environment</title>
120 <variablelist class='environment-variables'>
122 <term><varname>$UDEV_LOG=</varname></term>
124 <para>Set the logging priority.</para>
130 <refsect1><title>Kernel command line</title>
131 <variablelist class='kernel-commandline-options'>
132 <para>Parameters starting with "rd." will be read when
133 <command>systemd-udevd</command> is used in an initrd.</para>
135 <term><varname>udev.log-priority=</varname></term>
136 <term><varname>rd.udev.log-priority=</varname></term>
138 <para>Set the logging priority.</para>
142 <term><varname>udev.children-max=</varname></term>
143 <term><varname>rd.udev.children-max=</varname></term>
145 <para>Limit the number of events executed in parallel.</para>
149 <term><varname>udev.exec-delay=</varname></term>
150 <term><varname>rd.udev.exec-delay=</varname></term>
152 <para>Delay the execution of <varname>RUN</varname> instructions by the given
153 number of seconds. This option might be useful when
154 debugging system crashes during coldplug caused by loading
155 non-working kernel modules.</para>
159 <term><varname>net.ifnames=</varname></term>
161 <para>Network interfaces are renamed to give them predictable names
162 when possible. It is enabled by default; specifying 0 disables it.</para>
166 <!-- when adding entries here, consider also adding them
167 in kernel-command-line.xml -->
170 <refsect1><title>Configuration file</title>
171 <para>udev expects its main configuration file at <filename>/etc/udev/udev.conf</filename>.
172 It consists of a set of variables allowing the user to override default udev values. All
173 empty lines or lines beginning with '#' are ignored. The following variables can be
177 <term><varname>udev_log</varname></term>
179 <para>The logging priority. Valid values are the numerical syslog priorities
180 or their textual representations: <option>err</option>, <option>info</option>
181 and <option>debug</option>.</para>
188 <title>See Also</title>
190 <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
191 </citerefentry>, <citerefentry>
192 <refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
193 </citerefentry></para>