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