X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudev.xml;h=417fb11ebcda9f6b4476e5f9140a8d278a7dbd23;hp=101286699f17bff3bd2f599c43534df5df74f8c7;hb=b45f770f0049fbdf3f6c9db0ab11deeff4ccd86d;hpb=4090d4ca12f687852e9434272e36909760a222d3;ds=sidebyside diff --git a/man/udev.xml b/man/udev.xml index 101286699..417fb11eb 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -287,6 +287,8 @@ successfully. The device properties are made available to the executed program in the environment. The program's stdout is available in the RESULT key. + This can only be used for very short-running foreground tasks. For details + see . @@ -401,10 +403,12 @@ /usr/lib/udev, otherwise the absolute path must be specified. The program name and following arguments are separated by spaces. Single quotes can be used to specify arguments with spaces. - This can only be used for very short running tasks. Running an + This can only be used for very short-running foreground tasks. Running an event process for a long period of time may block all further events for - this or a dependent device. Starting daemons or other long running processes - is not appropriate for udev. + this or a dependent device. + Starting daemons or other long running processes is not appropriate + for udev; the forked processes, detached or not, will be unconditionally + killed after the event handling has finished. @@ -470,6 +474,8 @@ + This can only be used for very short-running foreground tasks. For details + see .