mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +03:00
man: make udev.event-timeout more visible
Evidently some people had trouble finding it in the documentation.
This commit is contained in:
parent
b825ab1a99
commit
203af57fcd
@ -255,6 +255,8 @@
|
||||
<term><varname>rd.udev.children-max=</varname></term>
|
||||
<term><varname>udev.exec-delay=</varname></term>
|
||||
<term><varname>rd.udev.exec-delay=</varname></term>
|
||||
<term><varname>udev.event-timeout=</varname></term>
|
||||
<term><varname>rd.udev.event-timeout=</varname></term>
|
||||
<term><varname>net.ifnames=</varname></term>
|
||||
|
||||
<listitem>
|
||||
|
@ -58,10 +58,11 @@
|
||||
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
|
||||
</citerefentry>.</para>
|
||||
|
||||
<para>The behavior of the running daemon can be changed
|
||||
dynamically with <command>udevadm control</command>, or
|
||||
configured using
|
||||
<citerefentry><refentrytitle>udev.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
|
||||
<para>The behavior of the daemon can be configured using
|
||||
<citerefentry><refentrytitle>udev.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
|
||||
its command-line options, environment variables, and on the kernel
|
||||
command-line, or changed dynamically with <command>udevadm
|
||||
control</command>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -61,20 +61,27 @@
|
||||
<filename>/etc/udev/udev.conf</filename>. It consists of a set
|
||||
of variables allowing the user to override default udev
|
||||
values. All empty lines or lines beginning with '#' are
|
||||
ignored. The following variables can be set:</para>
|
||||
ignored. The following variables can be set:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><varname>udev_log</varname></term>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><varname>udev_log</varname></term>
|
||||
|
||||
<listitem>
|
||||
<para>The logging priority. Valid values are the numerical
|
||||
syslog priorities or their textual representations:
|
||||
<option>err</option>, <option>info</option> and
|
||||
<option>debug</option>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<listitem>
|
||||
<para>The logging priority. Valid values are the numerical
|
||||
syslog priorities or their textual representations:
|
||||
<option>err</option>, <option>info</option> and
|
||||
<option>debug</option>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>
|
||||
In addition, <filename>systemd-udevd</filename> can be configured
|
||||
by command-line options and the kernel commandline (see
|
||||
<citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user