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