postrun.xml revision 7095
10139N/A<?xml version="1.0"?>
10139N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
10139N/A<!--
12282N/A Copyright 2005 Sun Microsystems, Inc. All rights reserved.
10139N/A Use is subject to license terms.
10139N/A
10139N/A CDDL HEADER START
10139N/A
10139N/A The contents of this file are subject to the terms of the
10139N/A Common Development and Distribution License, Version 1.0 only
10139N/A (the "License"). You may not use this file except in compliance
10139N/A with the License.
15205N/A
12282N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10139N/A or http://www.opensolaris.org/os/licensing.
10139N/A See the License for the specific language governing permissions
10139N/A and limitations under the License.
10139N/A
12773N/A CDDL HEADER END
12773N/A
12773N/A Copyright 2004 Sun Microsystems, Inc. All rights reserved.
10139N/A Use is subject to license terms.
13483N/A
10139N/A postrun.xml $rev$
10139N/A
10139N/A Service manifest for running postponed pkg postinstall commands
10139N/A-->
10139N/A
10139N/A<service_bundle type='manifest' name='SUNWpostrun-root:postrun'>
10139N/A
10139N/A<service
10139N/A name='system/postrun'
10139N/A type='service'
10139N/A version='1'>
10139N/A
10139N/A <create_default_instance enabled='true' />
10139N/A
10139N/A <single_instance />
10139N/A
10139N/A <dependency
10139N/A name='usr'
10139N/A type='service'
10139N/A grouping='require_all'
10139N/A restart_on='none'>
10139N/A <service_fmri value='svc:/system/filesystem/local' />
10139N/A </dependency>
10139N/A
10139N/A <exec_method
10139N/A type='method'
10139N/A name='start'
10139N/A exec='/usr/lib/postrun-runq'
10139N/A timeout_seconds='600'>
10139N/A <method_context>
10139N/A <method_credential user='root' group='root' />
10139N/A </method_context>
10139N/A </exec_method>
10139N/A
10139N/A <property_group name='startd' type='framework'>
10139N/A <propval name='duration' type='astring'
10139N/A value='transient' />
10139N/A </property_group>
10139N/A
10139N/A <stability value='Unstable' />
10139N/A
10139N/A <template>
10139N/A <common_name>
10139N/A <loctext xml:lang='C'>Postponed package postinstall command execution
10139N/A </loctext>
10139N/A </common_name>
10139N/A </template>
10139N/A</service>
10139N/A
10139N/A</service_bundle>
10139N/A