<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
	Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
	Use is subject to license terms.

	ident	"@(#)coreadm.xml	1.3	04/12/09 SMI"

	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 manifest for coreadm.
-->

<service_bundle type='manifest' name='PSUopkg:openpkg-startall'>

<service
	name='site/openpkg-startall'
	type='service'
	version='1'>

	<create_default_instance enabled='false' />

	<single_instance />

	<dependency
		name='multi-user'
		type='service'
		grouping='require_all'
		restart_on='none'>
		<service_fmri value='svc:/milestone/multi-user:default' />
	</dependency>

	<exec_method
		type='method'
		name='start'
		exec='/usr/local/etc/rc all start'
		timeout_seconds='260' />

	<exec_method
		type='method'
		name='stop'
		exec='/usr/local/etc/rc all stop'
		timeout_seconds='260' />

	<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'>
				Openpkg rc StartAll
			</loctext>
		</common_name>
	</template>
</service>

</service_bundle>
