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