Current File : //lib/svc/manifest/system/boot-archive.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--

 Copyright (c) 2005, 2015, 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:boot-archive'>

<service
	name='system/boot-archive'
	type='service'
	version='1'>

	<create_default_instance enabled='true' />

	<single_instance/>

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

	<!--
	  Start method timeout is typically < 1 sec. We set it larger
	  to account for potential device timeouts and for systems
          that have boot pools that may require synchronization.
	-->
	<exec_method
		type='method'
		name='start'
		exec='/lib/svc/method/boot-archive'
		timeout_seconds='3600' />

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

	<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'>
				check boot archive content
			</loctext>
		</common_name>
		<description>
			<loctext xml:lang='C'>
				This service checks if boot archive is
				in sync with the root filesystem.
			</loctext>
		</description>
	</template>
</service>

</service_bundle>