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