8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / tsol / tsol-zones / tsol-zones.xml
blobbb157c457a32a7517758875dc32db7267ec70406
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4     CDDL HEADER START
6     The contents of this file are subject to the terms of the
7     Common Development and Distribution License (the "License").
8     You may not use this file except in compliance with the License.
10     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11     or http://www.opensolaris.org/os/licensing.
12     See the License for the specific language governing permissions
13     and limitations under the License.
15     When distributing Covered Code, include this CDDL HEADER in each
16     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17     If applicable, add the following below this CDDL HEADER, with the
18     fields enclosed by brackets "[]" replaced with your own identifying
19     information: Portions Copyright [yyyy] [name of copyright owner]
21     CDDL HEADER END
23         Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24 -->
26 <service_bundle type='manifest' name='SUNWtsr:tsol-zones'>
28 <service
29         name='system/tsol-zones'
30         type='service'
31         version='1'>
33         <create_default_instance enabled='true' />
35         <single_instance />
37         <dependency
38                 name='filesystem'
39                 grouping='require_all'
40                 restart_on='none'
41                 type='service'>
42                 <service_fmri value='svc:/system/filesystem/minimal' />
43         </dependency>
45         <exec_method
46                 type='method'
47                 name='start'
48                 exec='/lib/svc/method/svc-tsol-zones'
49                 timeout_seconds='60' />
51         <exec_method
52                 type='method'
53                 name='stop'
54                 exec=':true'
55                 timeout_seconds='60' />
57         <property_group name='startd' type='framework'>
58                 <propval name='duration' type='astring' value='transient' />
59         </property_group>
61         <stability value='Unstable' />
63         <template>
64                 <common_name>
65                         <loctext xml:lang='C'>
66                         Trusted Solaris labeled zone services setup
67                         </loctext>
68                 </common_name>
69                 <documentation>
70                         <manpage
71                                 title='tsol'
72                                 section='5'
73                                 manpath='/usr/man' />
74                 </documentation>
75         </template>
77 </service>
79 </service_bundle>