From 9d6e6241954d001a5b49e4ea9a48c10e2a792958 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 10 Dec 2012 17:19:54 -0600 Subject: generate XML schema docs from XML schemas themselves --- schemas/servicetype.xsd | 102 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 77 insertions(+), 25 deletions(-) (limited to 'schemas/servicetype.xsd') diff --git a/schemas/servicetype.xsd b/schemas/servicetype.xsd index 7de847c7f..4d5ac7c31 100644 --- a/schemas/servicetype.xsd +++ b/schemas/servicetype.xsd @@ -1,6 +1,5 @@ - services schema for bcfg2 @@ -16,35 +15,88 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + 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. If this is set to + "ignore", then the boot-time 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. + + + - -- cgit v1.2.3-1-g7c22