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