summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92a546c)
raw | patch | inline | side by side (parent: 92a546c)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 28 Aug 2007 16:56:22 +0000 (18:56 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 28 Aug 2007 22:37:46 +0000 (00:37 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@leeloo.lan.home.verplant.org>
Signed-off-by: Florian Forster <octo@leeloo.lan.home.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 3d2237ed977d96a26bff804a7d8ac26c262175ac..6413ff11f9d6ab81d9a6c52a108bc6008fa88003 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=over 4
-=item B<Exec> I<User> I<Executable>
+=item B<Exec> I<User>[:[I<Group>]] I<Executable>
-Execute the executable I<Executable> as user I<User>.
+Execute the executable I<Executable> as user I<User>. 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