xref: /illumos-gate/usr/src/cmd/dcs/sparc/sun4u/dcs.xml (revision 2eaee53e)
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3
4<!--
5 Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
6 Use is subject to license terms.
7
8 CDDL HEADER START
9
10 The contents of this file are subject to the terms of the
11 Common Development and Distribution License, Version 1.0 only
12 (the "License").  You may not use this file except in compliance
13 with the License.
14
15 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 or http://www.opensolaris.org/os/licensing.
17 See the License for the specific language governing permissions
18 and limitations under the License.
19
20 When distributing Covered Code, include this CDDL HEADER in each
21 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
22 If applicable, add the following below this CDDL HEADER, with the
23 fields enclosed by brackets "[]" replaced with your own identifying
24 information: Portions Copyright [yyyy] [name of copyright owner]
25
26 CDDL HEADER END
27
28	ident	"%Z%%M%	%I%	%E% SMI"
29
30	NOTE:  This service manifest is not editable; its contents will
31	be overwritten by package or patch operations, including
32	operating system upgrade.  Make customizations in a different
33	file.
34-->
35
36<service_bundle type='manifest' name='SUNWdcsr:dcs'>
37
38<service
39	name='platform/sun4u/dcs'
40	type='service'
41	version='1'>
42
43	<create_default_instance enabled='false' />
44
45	<dependency
46		name='network'
47		grouping='require_all'
48		restart_on='none'
49		type='service'>
50			<service_fmri value='svc:/network/loopback' />
51	</dependency>
52
53	<dependency
54		name='nodename'
55		grouping='require_all'
56		restart_on='none'
57		type='service'>
58			 <service_fmri value='svc:/system/identity:node' />
59	</dependency>
60
61	<exec_method
62	    type='method'
63	    name='start'
64	    exec='/lib/svc/method/svc-dcs'
65	    timeout_seconds='60'>
66	</exec_method>
67
68	<exec_method
69		type='method'
70		name='stop'
71		exec=':kill -9'
72		timeout_seconds='60'>
73	</exec_method>
74
75	<!-- these are passed to dcs in the method script -->
76	<property_group name='dcs' type='application'>
77		<propval name='ah_auth' type='astring' value='md5' />
78		<propval name='esp_encr' type='astring' value='none' />
79		<propval name='esp_auth' type='astring' value='none' />
80	</property_group>
81
82	<stability value='Unstable' />
83
84	<template>
85		<common_name>
86			<loctext xml:lang='C'>
87			domain configuration server
88			</loctext>
89		</common_name>
90		<documentation>
91			<manpage title='dcs' section='1M'
92				manpath='/usr/share/man' />
93		</documentation>
94	</template>
95</service>
96
97</service_bundle>
98