8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / svc / milestone / network.xml
blob75b5578f44cff1f944b6fedf12be1c8e69f9424a
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.
7  CDDL HEADER START
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.
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.
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]
25  CDDL HEADER END
27         ident   "@(#)ident      "%Z%%M% %I%     %E% SMI"
28 -->
30 <service_bundle type='manifest' name='SUNWcsr:network'>
32 <service
33         name='milestone/network'
34         type='service'
35         version='1'>
37         <create_default_instance enabled='true' />
39         <single_instance />
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>
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>
57         <exec_method
58                 type='method'
59                 name='start'
60                 exec=':true'
61                 timeout_seconds='3' />
63         <exec_method
64                 type='method'
65                 name='stop'
66                 exec=':true'
67                 timeout_seconds='3' />
69         <property_group name='general' type='framework'>
70                 <propval name='startd_duration' type='astring'
71                         value='transient' />
72         </property_group>
74         <stability value='Evolving' />
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>
92 </service_bundle>