Description
Type string READ/WRITE
rungroup is a modifiable copy of the group input variable. It specifies the primary group for pmlocald to use when initializing the runtime environment.
Example
if ( (user == "apache") && (command == "admin.cgi") ) 
{ 
   rungroup="root"; 
}