Current File : //lib/svc/manifest/system/auditset.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.

    NOTE:  This service manifest is not editable; its contents will
    be overwritten by package or patch operations, including
    operating system upgrade.  Make customizations in a different
    file.
-->

<service_bundle type='manifest' name='SUNWcsr:auditset'>

<service
        name='system/auditset'
        type='service'
        version='1'>

	<create_default_instance enabled='true' />

        <single_instance />

	<dependency
		name='auditset-root'
		type='service'
		grouping='optional_all'
		restart_on='none'>
		<service_fmri value='svc:/system/filesystem/root' />
	</dependency>

	<dependency
		name='auditset-nodename'
		type='service'
		grouping='optional_all'
		restart_on='none'>
		<service_fmri value='svc:/system/identity:node' />
	</dependency>

	<dependency
		name='auditset-name-services'
		type='service'
		grouping='optional_all'
		restart_on='none'>
		<service_fmri value='svc:/milestone/name-services' />
	</dependency>

        <exec_method
                type='method'
                name='start'
                exec='/lib/svc/method/svc-auditset'
                timeout_seconds='60'>
                <method_context>
                        <method_credential user='root' group='root' />
                </method_context>
        </exec_method>

        <exec_method
                type='method'
                name='stop'
                exec=':true'
                timeout_seconds='2'>
        </exec_method>

	<property_group name='startd' type='framework'>
		<propval name='duration' type='astring' value='transient' />
	</property_group>

        <stability value='Unstable' />

        <template>
                <common_name>
                        <loctext xml:lang='C'>
                                Set non-/attributable audit flags
				in the kernel context.
                        </loctext>
                </common_name>
		<description>
                        <loctext xml:lang='C'>
				This service reads the system/auditd
				application/preselection_flags/flags
				and naflags values and initializes
				their values in the kernel.
                        </loctext>
		</description>
        </template>

</service>

</service_bundle>