Service stanza format for Windows systems

On Windows systems, the Service stanza has a third attribute, SecurityPolicy. The format of the stanza is:

  Service:
    Name=<service_name>
    EntryPoints=<entries>
    SecurityPolicy=<policy>

where:

<service_name>
The name of the service. This is defined by the service.
<entries>
The number of entry-points defined for the service. This includes the initialization and termination entry points.
<policy>
NTSIDsRequired (the Windows(R) Security Identifier), or Default. If you do not specify NTSIDsRequired, the Default value is used. This attribute is valid only if Name has a value of AuthorizationService.