xref: /illumos-gate/usr/src/cmd/intrd/intrd.xml (revision 004388ebfdfe2ed7dfd2d153a876dfcc22d2c006)
1<?xml version="1.0"?>
2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3<!--
4 CDDL HEADER START
5
6 The contents of this file are subject to the terms of the
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>
81