From: Michael Witten Date: Fri, 8 Apr 2011 23:32:09 +0000 (+0000) Subject: Docs: udev.xml: Clean up description of RUN assignment key X-Git-Tag: 174~138^2~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d14abe61ff7f22f861fb2bbe06f0fdd64ac4c03;p=systemd Docs: udev.xml: Clean up description of RUN assignment key Signed-off-by: Michael Witten --- diff --git a/udev/udev.xml b/udev/udev.xml index b1009654..f2e629a8 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -386,9 +386,11 @@ this or a dependent device. Long running tasks need to be immediately detached from the event process itself. If no absolute path is given, the program is expected to live in - /lib/udev, otherwise the absolute path must be - specified. Program name and arguments are separated by spaces. Single quotes - can be used to specify arguments with spaces. + the directory provided at compile-time to configure via --libexecdir + (this is usually /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.