xref: /titanic_44/usr/src/lib/libdscp/svc/dscp.xml (revision 25cf1a301a396c38e8adf52c15f537b80d2483f7)
1*25cf1a30Sjl139090<?xml version="1.0"?>
2*25cf1a30Sjl139090<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3*25cf1a30Sjl139090<!--
4*25cf1a30Sjl139090 Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
5*25cf1a30Sjl139090 Use is subject to license terms.
6*25cf1a30Sjl139090
7*25cf1a30Sjl139090 CDDL HEADER START
8*25cf1a30Sjl139090
9*25cf1a30Sjl139090 The contents of this file are subject to the terms of the
10*25cf1a30Sjl139090 Common Development and Distribution License (the "License").
11*25cf1a30Sjl139090 You may not use this file except in compliance with the License.
12*25cf1a30Sjl139090
13*25cf1a30Sjl139090 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14*25cf1a30Sjl139090 or http://www.opensolaris.org/os/licensing.
15*25cf1a30Sjl139090 See the License for the specific language governing permissions
16*25cf1a30Sjl139090 and limitations under the License.
17*25cf1a30Sjl139090
18*25cf1a30Sjl139090 When distributing Covered Code, include this CDDL HEADER in each
19*25cf1a30Sjl139090 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20*25cf1a30Sjl139090 If applicable, add the following below this CDDL HEADER, with the
21*25cf1a30Sjl139090 fields enclosed by brackets "[]" replaced with your own identifying
22*25cf1a30Sjl139090 information: Portions Copyright [yyyy] [name of copyright owner]
23*25cf1a30Sjl139090
24*25cf1a30Sjl139090 CDDL HEADER END
25*25cf1a30Sjl139090
26*25cf1a30Sjl139090	ident	"%Z%%M%	%I%	%E% SMI"
27*25cf1a30Sjl139090
28*25cf1a30Sjl139090	NOTE:  This service manifest is not editable; its contents will
29*25cf1a30Sjl139090	be overwritten by package or patch operations, including
30*25cf1a30Sjl139090	operating system upgrade.  Make customizations in a different
31*25cf1a30Sjl139090	file.
32*25cf1a30Sjl139090-->
33*25cf1a30Sjl139090
34*25cf1a30Sjl139090<service_bundle type='manifest' name='SUNW:dscp'>
35*25cf1a30Sjl139090
36*25cf1a30Sjl139090<service
37*25cf1a30Sjl139090	name='platform/sun4u/dscp'
38*25cf1a30Sjl139090	type='service'
39*25cf1a30Sjl139090	version='1'>
40*25cf1a30Sjl139090
41*25cf1a30Sjl139090	<create_default_instance enabled='false' />
42*25cf1a30Sjl139090
43*25cf1a30Sjl139090	<single_instance />
44*25cf1a30Sjl139090
45*25cf1a30Sjl139090	<dependency
46*25cf1a30Sjl139090	    name='network'
47*25cf1a30Sjl139090	    grouping='require_any'
48*25cf1a30Sjl139090	    restart_on='error'
49*25cf1a30Sjl139090	    type='service'>
50*25cf1a30Sjl139090		<service_fmri value='svc:/milestone/network' />
51*25cf1a30Sjl139090	</dependency>
52*25cf1a30Sjl139090
53*25cf1a30Sjl139090	<dependency
54*25cf1a30Sjl139090	    name='local-filesystems'
55*25cf1a30Sjl139090	    type='service'
56*25cf1a30Sjl139090	    grouping='require_all'
57*25cf1a30Sjl139090	    restart_on='none'>
58*25cf1a30Sjl139090	        <service_fmri value='svc:/system/filesystem/local' />
59*25cf1a30Sjl139090	</dependency>
60*25cf1a30Sjl139090
61*25cf1a30Sjl139090	<dependency
62*25cf1a30Sjl139090	    name='sckmd'
63*25cf1a30Sjl139090	    type='service'
64*25cf1a30Sjl139090	    grouping='optional_all'
65*25cf1a30Sjl139090	    restart_on='none'>
66*25cf1a30Sjl139090	        <service_fmri value='svc:/platform/sun4u/sckmd:default' />
67*25cf1a30Sjl139090	</dependency>
68*25cf1a30Sjl139090
69*25cf1a30Sjl139090	<dependent
70*25cf1a30Sjl139090	    name='dcs'
71*25cf1a30Sjl139090	    grouping='optional_all'
72*25cf1a30Sjl139090	    restart_on='none'>
73*25cf1a30Sjl139090	        <service_fmri value='svc:/platform/sun4u/dcs:default' />
74*25cf1a30Sjl139090	</dependent>
75*25cf1a30Sjl139090
76*25cf1a30Sjl139090	<dependent
77*25cf1a30Sjl139090	    name='fmd'
78*25cf1a30Sjl139090	    grouping='optional_all'
79*25cf1a30Sjl139090	    restart_on='none'>
80*25cf1a30Sjl139090	        <service_fmri value='svc:/system/fmd:default' />
81*25cf1a30Sjl139090	</dependent>
82*25cf1a30Sjl139090
83*25cf1a30Sjl139090	<exec_method
84*25cf1a30Sjl139090	    type='method'
85*25cf1a30Sjl139090	    name='start'
86*25cf1a30Sjl139090	    exec='/lib/svc/method/svc-dscp %m'
87*25cf1a30Sjl139090	    timeout_seconds='60' />
88*25cf1a30Sjl139090
89*25cf1a30Sjl139090	<exec_method
90*25cf1a30Sjl139090	    type='method'
91*25cf1a30Sjl139090	    name='refresh'
92*25cf1a30Sjl139090	    exec='/lib/svc/method/svc-dscp %m'
93*25cf1a30Sjl139090	    timeout_seconds='60' />
94*25cf1a30Sjl139090
95*25cf1a30Sjl139090	<exec_method
96*25cf1a30Sjl139090	    type='method'
97*25cf1a30Sjl139090	    name='stop'
98*25cf1a30Sjl139090	    exec='/lib/svc/method/svc-dscp %m'
99*25cf1a30Sjl139090	    timeout_seconds='60' />
100*25cf1a30Sjl139090
101*25cf1a30Sjl139090	<property_group name='application' type='framework'>
102*25cf1a30Sjl139090		<stability value='Evolving' />
103*25cf1a30Sjl139090		<propval name='auto_enable' type='boolean' value='true' />
104*25cf1a30Sjl139090	</property_group>
105*25cf1a30Sjl139090
106*25cf1a30Sjl139090	<stability value='Evolving' />
107*25cf1a30Sjl139090
108*25cf1a30Sjl139090	<template>
109*25cf1a30Sjl139090		<common_name>
110*25cf1a30Sjl139090			<loctext xml:lang='C'>
111*25cf1a30Sjl139090				DSCP Service
112*25cf1a30Sjl139090			</loctext>
113*25cf1a30Sjl139090		</common_name>
114*25cf1a30Sjl139090		<documentation>
115*25cf1a30Sjl139090			<manpage title='??' section='1M'
116*25cf1a30Sjl139090				manpath='/usr/share/man' />
117*25cf1a30Sjl139090		</documentation>
118*25cf1a30Sjl139090	</template>
119*25cf1a30Sjl139090</service>
120*25cf1a30Sjl139090
121*25cf1a30Sjl139090</service_bundle>
122