From bcd7f3ae2f8a39d5610151c5ad08655677dcc8b9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 28 Aug 2007 18:56:22 +0200 Subject: [PATCH] [PATCH 2/2] collectd.conf.pod: Documented the exec plugin's group support. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/collectd.conf.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3d2237ed..6413ff11 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -246,9 +246,12 @@ output that is expected from it. =over 4 -=item B I I +=item B I[:[I]] I -Execute the executable I as user I. +Execute the executable I as user I. If the user name is +followed by a colon and a group name, the program is executed as the specified +group. If only the colon follows the user name the group defaults to the +user's login group. =back -- 2.11.0