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