1<?xml version="1.0"?> 2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3<!-- 4 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 5 6 CDDL HEADER START 7 8 The contents of this file are subject to the terms of the 9 Common Development and Distribution License (the "License"). 10 You may not use this file except in compliance with the License. 11 12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13 or http://www.opensolaris.org/os/licensing. 14 See the License for the specific language governing permissions 15 and limitations under the License. 16 17 When distributing Covered Code, include this CDDL HEADER in each 18 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19 If applicable, add the following below this CDDL HEADER, with the 20 fields enclosed by brackets "[]" replaced with your own identifying 21 information: Portions Copyright [yyyy] [name of copyright owner] 22 23 CDDL HEADER END 24 25 NOTE: This service manifest is not editable; its contents will 26 be overwritten by package or patch operations, including 27 operating system upgrade. Make customizations in a different 28 file. 29--> 30 31<service_bundle type='manifest' name='SUNWipoib:ibd-post-upgrade'> 32 33<service 34 name='network/ibd-post-upgrade' 35 type='service' 36 version='1'> 37 38 <create_default_instance enabled='true' /> 39 40 <single_instance /> 41 42 <dependency 43 name='network-physical' 44 type='service' 45 grouping='require_all' 46 restart_on='none'> 47 <service_fmri value='svc:/network/physical' /> 48 </dependency> 49 50 <dependency 51 name='filesystem-minimal' 52 type='service' 53 grouping='require_all' 54 restart_on='none'> 55 <service_fmri value='svc:/system/filesystem/minimal' /> 56 </dependency> 57 58 <exec_method 59 type='method' 60 name='start' 61 exec='/lib/svc/method/ibd-post-upgrade' 62 timeout_seconds='0' /> 63 64 <exec_method 65 type='method' 66 name='stop' 67 exec=':true' 68 timeout_seconds='0' /> 69 70 <property_group name='startd' type='framework'> 71 <propval name='duration' type='astring' value='transient' /> 72 </property_group> 73 74 <stability value='Unstable' /> 75 76 <template> 77 <common_name> 78 <loctext xml:lang='C'> 79 ibd upgrade 80 </loctext> 81 </common_name> 82 83 <documentation> 84 <manpage 85 title='ibp' 86 section='4D' 87 manpath='/usr/share/man' /> 88 </documentation> 89 </template> 90</service> 91 92</service_bundle> 93