Current File : //lib/svc/manifest/system/sar.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 Copyright (c) 2004, 2012, 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='SUNWaccr:sar'>

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

	<create_default_instance enabled='false' />

	<single_instance />

	<dependency
		name='usr'
		type='service'
		grouping='require_all'
		restart_on='none'>
		<service_fmri value='svc:/system/filesystem/minimal' />
	</dependency>
	<dependency
			name='nameservice'
			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-sar %m'
		timeout_seconds='60'>
		<method_context>
			<method_credential
				user='sys'
				group='sys'
				privileges='basic,file_dac_write' />
		</method_context>
	</exec_method>

	<exec_method
		type='method'
		name='stop'
		exec='/lib/svc/method/svc-sar %m'
		timeout_seconds='60'>
		<method_context>
			<method_credential
				user='sys'
				group='sys'
				privileges='basic,file_dac_write' />
		</method_context>
	</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'>
				system activity reporting package
			</loctext>
		</common_name>
		<documentation>
			<manpage title='sar' section='1M' manpath='/usr/share/man' />
		</documentation>
	</template>
</service>

</service_bundle>