1<?xml version="1.0"?> 2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3<!-- 4 Copyright 2005 Sun Microsystems, Inc. All rights reserved. 5 Use is subject to license terms. 6 7 CDDL HEADER START 8 9 The contents of this file are subject to the terms of the 10 Common Development and Distribution License, Version 1.0 only 11 (the "License"). You may not use this file except in compliance 12 with the License. 13 14 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 15 or http://www.opensolaris.org/os/licensing. 16 See the License for the specific language governing permissions 17 and limitations under the License. 18 19 When distributing Covered Code, include this CDDL HEADER in each 20 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 21 If applicable, add the following below this CDDL HEADER, with the 22 fields enclosed by brackets "[]" replaced with your own identifying 23 information: Portions Copyright [yyyy] [name of copyright owner] 24 25 CDDL HEADER END 26 27 ident "@(#)ident "%Z%%M% %I% %E% SMI" 28--> 29 30<service_bundle type='manifest' name='SUNWcsr:network'> 31 32<service 33 name='milestone/network' 34 type='service' 35 version='1'> 36 37 <create_default_instance enabled='true' /> 38 39 <single_instance /> 40 41 <dependency 42 name='loopback' 43 grouping='require_all' 44 restart_on='none' 45 type='service'> 46 <service_fmri value='svc:/network/loopback' /> 47 </dependency> 48 49 <dependency 50 name='physical' 51 grouping='require_all' 52 restart_on='none' 53 type='service'> 54 <service_fmri value='svc:/network/physical' /> 55 </dependency> 56 57 <exec_method 58 type='method' 59 name='start' 60 exec=':true' 61 timeout_seconds='3' /> 62 63 <exec_method 64 type='method' 65 name='stop' 66 exec=':true' 67 timeout_seconds='3' /> 68 69 <property_group name='general' type='framework'> 70 <propval name='startd_duration' type='astring' 71 value='transient' /> 72 </property_group> 73 74 <stability value='Evolving' /> 75 76 <template> 77 <common_name> 78 <loctext xml:lang='C'> 79 Network milestone 80 </loctext> 81 </common_name> 82 <description> 83 <loctext xml:lang='C'> 84 Basic network APIs are functional and it 85 is safe to establish listening sockets 86 without security vulnerabilities. 87 </loctext> 88 </description> 89 </template> 90</service> 91 92</service_bundle> 93