7082N/A<?xml version="1.0"?>
7082N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
7082N/A<!--
7082N/A Copyright 2005 Sun Microsystems, Inc. All rights reserved.
7082N/A Use is subject to license terms.
7082N/A
7082N/A CDDL HEADER START
7082N/A
7082N/A The contents of this file are subject to the terms of the
7082N/A Common Development and Distribution License, Version 1.0 only
7082N/A (the "License"). You may not use this file except in compliance
7082N/A with the License.
7082N/A
7082N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7082N/A or http://www.opensolaris.org/os/licensing.
7082N/A See the License for the specific language governing permissions
7082N/A and limitations under the License.
7082N/A
7082N/A CDDL HEADER END
7082N/A
7082N/A Copyright 2004 Sun Microsystems, Inc. All rights reserved.
7082N/A Use is subject to license terms.
7082N/A
7082N/A postrun.xml $rev$
7082N/A
7082N/A Service manifest for running postponed pkg postinstall commands
7082N/A-->
7082N/A
7095N/A<service_bundle type='manifest' name='SUNWpostrun-root:postrun'>
7082N/A
7082N/A<service
7082N/A name='system/postrun'
7082N/A type='service'
7082N/A version='1'>
7082N/A
7082N/A <create_default_instance enabled='true' />
7082N/A
7082N/A <single_instance />
7082N/A
7082N/A <dependency
7082N/A name='usr'
7082N/A type='service'
7082N/A grouping='require_all'
7082N/A restart_on='none'>
7082N/A <service_fmri value='svc:/system/filesystem/local' />
7082N/A </dependency>
7082N/A
9009N/A <!--
9009N/A If sysidtool alters the time zone, it will reboot(1M) the server
9009N/A or zone. This avoids doing package post-processing when there
9009N/A is a high likelihood of an abrubt reboot.
9009N/A -->
9009N/A <dependency
9009N/A name='sysidtool'
9009N/A grouping='optional_all'
9009N/A restart_on='none'
9009N/A type='service'>
9009N/A <service_fmri
9009N/A value='svc:/system/sysidtool:system' />
9009N/A </dependency>
9009N/A
7082N/A <exec_method
7082N/A type='method'
7082N/A name='start'
8392N/A exec='/var/lib/postrun/postrun-runq'
8282N/A timeout_seconds='1800'>
7082N/A <method_context>
7082N/A <method_credential user='root' group='root' />
7082N/A </method_context>
7082N/A </exec_method>
7082N/A
20362N/A <exec_method
20362N/A type='method'
20362N/A name='stop'
20362N/A exec=':true'
20362N/A timeout_seconds='60'>
20362N/A </exec_method>
20362N/A
7082N/A <property_group name='startd' type='framework'>
7082N/A <propval name='duration' type='astring'
7082N/A value='transient' />
7082N/A </property_group>
7082N/A
7082N/A <stability value='Unstable' />
7082N/A
7082N/A <template>
7082N/A <common_name>
7082N/A <loctext xml:lang='C'>Postponed package postinstall command execution
7082N/A </loctext>
7082N/A </common_name>
7082N/A </template>
7082N/A</service>
7082N/A
7082N/A</service_bundle>