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 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' 56 timeout_seconds='60' /> 57 58 <exec_method 59 type='method' 60 name='stop' 61 exec=':kill' 62 timeout_seconds='10' /> 63 64 <stability value='Unstable' /> 65 66 <template> 67 <common_name> 68 <loctext xml:lang='C'> interrupt balancer 69 </loctext> 70 </common_name> 71 <documentation> 72 <manpage title='intrd' section='8' 73 manpath='/usr/share/man' /> 74 </documentation> 75 </template> 76</service> 77 78</service_bundle> 79