aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-13 11:10:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-13 14:03:47 +0100
commit4b3ca79ea9e69fcf3e3d376e6342130aa4564b9b (patch)
tree8a8a02299305a1b430d8e2316443782014138d5c /man/udev.conf.xml
parentudev: do not pass timeout_warn_usec around, calculate it on demand (diff)
downloadsystemd-4b3ca79ea9e69fcf3e3d376e6342130aa4564b9b.tar.gz
systemd-4b3ca79ea9e69fcf3e3d376e6342130aa4564b9b.tar.bz2
systemd-4b3ca79ea9e69fcf3e3d376e6342130aa4564b9b.zip
udevd: allow more parameters to be set through udev.conf
Rebooting to set change the kernel command line to set some udev parameters is inconvenient. Let's allow setting more stuff in the config file. Also drop quotes from around "info" in udev.conf. We need to accept them for compatibility, but there is no reason to use them.
Diffstat (limited to 'man/udev.conf.xml')
-rw-r--r--man/udev.conf.xml38
1 files changed, 37 insertions, 1 deletions
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 29c9743d1..7b7cae16b 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -42,7 +42,7 @@
<variablelist>
<varlistentry>
- <term><varname>udev_log</varname></term>
+ <term><varname>udev_log=</varname></term>
<listitem>
<para>The log level. Valid values are the numerical
@@ -51,6 +51,42 @@
<option>debug</option>.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><varname>children_max=</varname></term>
+
+ <listitem>
+ <para>An integer. The maximum number of events executed in parallel.</para>
+
+ <para>This is the same as the <option>--children-max=</option> option.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>exec_delay=</varname></term>
+
+ <listitem>
+ <para>An integer. Delay the execution of <varname>RUN</varname>
+ instructions by the given number of seconds. This option
+ might be useful when debugging system crashes during
+ coldplug caused by loading non-working kernel
+ modules.</para>
+
+ <para>This is the same as the <option>--exec-delay=</option> option.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>event_timeout=</varname></term>
+
+ <listitem>
+ <para>An integer. The number of seconds to wait for events to finish. After
+ this time, the event will be terminated. The default is 180 seconds.</para>
+
+ <para>This is the same as the <option>--event-timeout=</option> option.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>