Code

exec plugin: Set the real group, effective group, and real and effective user.
[collectd.git] / src / collectd-exec.pod
index eaa4f8b43dec48ee8a3d2d3d9ce29f2270590d1d..27d0eedca01956d44787ef9b7c08a0a8caca9237 100644 (file)
@@ -8,8 +8,8 @@ collectd-exec - Documentation of collectd's C<exec plugin>
   LoadPlugin exec
   # ...
   <Plugin exec>
-    Exec myuser myprog
-    Exec otheruser /path/to/another/binary
+    Exec "myuser:mygroup" "myprog"
+    Exec "otheruser" "/path/to/another/binary"
   </Plugin>
 
 =head1 DESCRIPTION