services schema for bcfg2
Narayan Desai, Argonne National Laboratory
Concrete description of a service entry. Note that, due to
the great proliferation of init systems, many of the
attributes listed only apply to one or a few client tools.
The name of the service.
Whether the service should start at boot. The default value
corresponds to the value of the status attribute.
Whether the service should be on or off when the bcfg2 client
is run. This attribute may have different behavior depending
on the characteristics of the client tool. If set to "ignore",
then the status of the service will not be checked.
Whether or not to restart the service when the bundle is
modified. (New in 1.3; replaces "mode" attribute.)
Whether or not to install the service initially. (New in
1.3; replaces "mode" attribute.)
Driver to use on the client to manage this service.
The resource identifier for SMF services.
Order for service startup. Only meaningful for DebInit
services.
Command to pass to the service management system when
restarting a service.
Parameters to pass to the service. Only meaningful for
Upstart services.