8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / svc / milestone / name-services.xml
blob556c6e8a20a51f5cd2f5e962a19641d9750d1034
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  Copyright 2010 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 (the "License").
11  You may not use this file except in compliance with the License.
13  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14  or http://www.opensolaris.org/os/licensing.
15  See the License for the specific language governing permissions
16  and limitations under the License.
18  When distributing Covered Code, include this CDDL HEADER in each
19  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20  If applicable, add the following below this CDDL HEADER, with the
21  fields enclosed by brackets "[]" replaced with your own identifying
22  information: Portions Copyright [yyyy] [name of copyright owner]
24  CDDL HEADER END
26         NOTE:  This service manifest is not editable; its contents will
27         be overwritten by package or patch operations, including
28         operating system upgrade.  Make customizations in a different
29         file.
30 -->
32 <service_bundle type='manifest' name='SUNWcsr:name-services'>
34 <service
35         name='milestone/name-services'
36         type='service'
37         version='1'>
39         <create_default_instance enabled='true' />
41         <single_instance />
43         <dependency
44                 name='dns'
45                 grouping='optional_all'
46                 restart_on='refresh'
47                 type='service'>
48                 <service_fmri value='svc:/network/dns/client' />
49         </dependency>
51         <dependency
52                 name='ldap'
53                 grouping='optional_all'
54                 restart_on='refresh'
55                 type='service'>
56                 <service_fmri value='svc:/network/ldap/client' />
57         </dependency>
59         <dependency
60                 name='nis_client'
61                 grouping='optional_all'
62                 restart_on='refresh'
63                 type='service'>
64                 <service_fmri value='svc:/network/nis/client' />
65         </dependency>
67         <exec_method
68                 type='method'
69                 name='start'
70                 exec=':true'
71                 timeout_seconds='0' />
73         <exec_method
74                 type='method'
75                 name='stop'
76                 exec=':true'
77                 timeout_seconds='0' />
79         <property_group name='general' type='framework'>
80                 <propval name='startd_duration' type='astring'
81                         value='transient' />
82         </property_group>
84         <stability value='Evolving' />
86         <template>
87                 <common_name>
88                         <loctext xml:lang='C'>
89                                 name services milestone
90                         </loctext>
91                 </common_name>
92         </template>
93 </service>
95 </service_bundle>