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