Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6871123591698337ee06efa6a871ef7b > files > 117

cfengine3-base-3.0.2-1mdv2010.0.i586.rpm

########################################################
#
# Simple backgrounding - try this with background = true and false
#
########################################################

body common control

{
bundlesequence  => { "testbundle"  };
}

########################################################

body agent control

{
agentaccess => { "mark", "root" };
}

########################################################

bundle agent testbundle

{
commands:

  "/bin/sleep 10" 
     action  => background;

  "/bin/sleep" 
     args => "20",
     action  => background;

}

#########################################################

body action background

{
background => "true";
}