From 9719859c07aa13539ed2cd4b31972cd30f678543 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Tue, 29 Jul 2014 09:06:14 +0200 Subject: udevd: add --event-timeout commandline option Some events take longer than the default 30 seconds. Killing those events will leave the machine halfway configured. Add a commandline option '--event-timeout' to handle these cases. --- man/systemd-udevd.service.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'man/systemd-udevd.service.xml') diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index f44b7a0482..8de43b1fd9 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -44,6 +44,7 @@ + @@ -95,6 +96,15 @@ + + + + Wait for the event to finish up to the given + number of seconds. After this time the event will + be terminated. Default is 30. + + + @@ -155,6 +165,15 @@ non-working kernel modules. + + udev.event-timeout= + rd.udev.event-timeout= + + Wait for events to finish up to the given number + of seconds. This option might be useful if events are + terminated due to a timeout in large configurations. + + net.ifnames= -- cgit v1.2.3-54-g00ecf