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=8eb583a823cfb40465ad2720227a60159d3d8a61;hb=b45f770f0049fbdf3f6c9db0ab11deeff4ccd86d;hpb=3e2147858f21943d5f4a781c60f33ac22c6096ed diff --git a/man/udev.xml b/man/udev.xml index 8eb583a82..417fb11eb 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -6,7 +6,21 @@ udev - udev + systemd + + + Developer + Greg + Kroah-Hartmann + greg@kroah.com + + + Developer + Kay + Sievers + kay@vrfy.org + + @@ -273,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 . @@ -387,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. @@ -456,6 +474,8 @@ + This can only be used for very short-running foreground tasks. For details + see . @@ -499,10 +519,9 @@ Apply the permissions specified in this rule to the static device node with - the specified name. Static device nodes might be provided by kernel modules - or copied from /usr/lib/udev/devices. These nodes might not have - a corresponding kernel device at the time udevd is started; they can trigger - automatic kernel module loading. + the specified name. Static device node creation can be requested by kernel modules. + These nodes might not have a corresponding kernel device at the time udevd is + started; they can trigger automatic kernel module loading. @@ -677,12 +696,6 @@ - Author - Written by Greg Kroah-Hartman greg@kroah.com and - Kay Sievers kay.sievers@vrfy.org. With much help from - Dan Stekloff and many others. - - See Also