Current File : //lib/svc/manifest/system/early-manifest-import.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
 Use is subject to license terms.

	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:early-import'>

<service
	name='system/early-manifest-import'
	type='service'
	version='1'>

	<create_default_instance enabled='true' />

	<single_instance/>

	<!--
	    EMI is actually run by svc.startd before any services are
	    started.  Thus, there is nothing for these methods to do.
	-->
	<exec_method
		type='method'
		name='start'
		exec=':true'
		timeout_seconds='0' />

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

	<exec_method
		type='method'
		name='refresh'
		exec=':true'
		timeout_seconds='0' />

	<!--
	    Make service transient, so that startd doesn't try to restart
	    the service when there are no processes associated with it. 
	-->
	<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'>
early manifest import
			</loctext>
		</common_name>
		<description>
			<loctext xml:lang='C'>
				This service imports manifests early
				in the boot process before services
				start.
			</loctext>
		</description>
		<documentation>
			<manpage title='svc.startd' section='1M'
			    manpath='/usr/share/man' />
			<manpage title='smf_method' section='5'
			    manpath='/usr/share/man' />
			<manpage title='smf' section='5'
			    manpath='/usr/share/man' />
			<manpage title='smf_bootstrap' section='5'
			    manpath='/usr/share/man' />
		</documentation>

	</template>
</service>

</service_bundle>