X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fudev.xml;h=4de434ee514df311bbba057d68d61c7d075e3835;hp=88e19f30d1e4bd148d02c2a5398e3b32706101f6;hb=4bebab99981df8b3ee221810bc4b78025c9f8ac9;hpb=ad29a9f14fa8b1932c0e418bfcf1c10ce6a35a33 diff --git a/src/udev.xml b/src/udev.xml index 88e19f30d..4de434ee5 100644 --- a/src/udev.xml +++ b/src/udev.xml @@ -382,14 +382,15 @@ Add a program to the list of programs to be executed for a specific - device. This can only be used for very short running tasks. Running an - event process for a long period of time may block all further events for - this or a dependent device. Long running tasks need to be immediately - detached from the event process itself. + device. If no absolute path is given, the program is expected to live in /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 + 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.