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