1 0 stevel <?xml version="1.0"?> 2 0 stevel <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3 0 stevel <!-- 4 7734 David Copyright 2008 Sun Microsystems, Inc. All rights reserved. 5 0 stevel Use is subject to license terms. 6 0 stevel 7 0 stevel CDDL HEADER START 8 0 stevel 9 0 stevel The contents of this file are subject to the terms of the 10 7734 David Common Development and Distribution License (the "License"). 11 7734 David You may not use this file except in compliance with the License. 12 0 stevel 13 0 stevel You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 14 0 stevel or http://www.opensolaris.org/os/licensing. 15 0 stevel See the License for the specific language governing permissions 16 0 stevel and limitations under the License. 17 0 stevel 18 0 stevel When distributing Covered Code, include this CDDL HEADER in each 19 0 stevel file and include the License file at usr/src/OPENSOLARIS.LICENSE. 20 0 stevel If applicable, add the following below this CDDL HEADER, with the 21 0 stevel fields enclosed by brackets "[]" replaced with your own identifying 22 0 stevel information: Portions Copyright [yyyy] [name of copyright owner] 23 0 stevel 24 0 stevel CDDL HEADER END 25 0 stevel 26 0 stevel NOTE: This service manifest is not editable; its contents will 27 0 stevel be overwritten by package or patch operations, including 28 0 stevel operating system upgrade. Make customizations in a different 29 0 stevel file. 30 0 stevel 31 0 stevel Service manifest for coreadm. 32 0 stevel --> 33 0 stevel 34 0 stevel <service_bundle type='manifest' name='SUNWcsr:coreadm'> 35 0 stevel 36 0 stevel <service 37 0 stevel name='system/coreadm' 38 0 stevel type='service' 39 0 stevel version='1'> 40 0 stevel 41 0 stevel <single_instance /> 42 0 stevel 43 0 stevel <dependency 44 0 stevel name='usr' 45 0 stevel type='service' 46 0 stevel grouping='require_all' 47 0 stevel restart_on='none'> 48 0 stevel <service_fmri value='svc:/system/filesystem/minimal' /> 49 0 stevel </dependency> 50 0 stevel 51 7734 David <dependency 52 7734 David name='coreadm_manifest-import' 53 7734 David type='service' 54 7734 David grouping='require_all' 55 7734 David restart_on='none'> 56 7734 David <service_fmri value='svc:/system/manifest-import:default' /> 57 7734 David </dependency> 58 0 stevel 59 7734 David <instance name='default' enabled='false'> 60 7734 David <exec_method 61 7734 David type='method' 62 7734 David name='start' 63 7734 David exec='/usr/bin/coreadm -U' 64 7734 David timeout_seconds='60' /> 65 0 stevel 66 7734 David <exec_method 67 7734 David type='method' 68 7734 David name='refresh' 69 7734 David exec='/usr/bin/coreadm -U' 70 7734 David timeout_seconds='60' /> 71 7734 David 72 7734 David <exec_method 73 7734 David type='method' 74 7734 David name='stop' 75 7734 David exec=':true' 76 7734 David timeout_seconds='60' /> 77 7734 David 78 7734 David <property_group name='startd' type='framework'> 79 7734 David <propval name='duration' type='astring' 80 7734 David value='transient' /> 81 7734 David </property_group> 82 7734 David 83 7734 David <property_group name='general' type='framework'> 84 7734 David <propval name='action_authorization' type='astring' 85 7734 David value='solaris.smf.manage.coreadm' /> 86 7734 David <propval name='value_authorization' type='astring' 87 7734 David value='solaris.smf.manage.coreadm' /> 88 7734 David </property_group> 89 7734 David 90 7734 David <property_group name='config_params' type='application'> 91 7734 David <propval name='value_authorization' type='astring' 92 7734 David value='solaris.smf.value.coreadm' /> 93 7734 David 94 7734 David <propval name='global_pattern' 95 7734 David type='astring' value='' /> 96 7734 David <propval name='global_content' 97 7734 David type='astring' value='default' /> 98 7734 David <propval name='init_pattern' 99 7734 David type='astring' value='core' /> 100 7734 David <propval name='init_content' 101 7734 David type='astring' value='default' /> 102 7734 David <propval name='global_enabled' 103 7734 David type='boolean' value='false' /> 104 7734 David <propval name='process_enabled' 105 7734 David type='boolean' value='true' /> 106 7734 David <propval name='global_setid_enabled' 107 7734 David type='boolean' value='false' /> 108 7734 David <propval name='process_setid_enabled' 109 7734 David type='boolean' value='false' /> 110 7734 David <propval name='global_log_enabled' 111 7734 David type='boolean' value='false' /> 112 7734 David </property_group> 113 7734 David </instance> 114 0 stevel 115 0 stevel <stability value='Unstable' /> 116 0 stevel 117 0 stevel <template> 118 0 stevel <common_name> 119 0 stevel <loctext xml:lang='C'> 120 0 stevel system-wide core file configuration 121 0 stevel </loctext> 122 0 stevel </common_name> 123 0 stevel 124 0 stevel <documentation> 125 0 stevel <manpage 126 0 stevel title='coreadm' 127 0 stevel section='1M' 128 0 stevel manpath='/usr/share/man' /> 129 0 stevel </documentation> 130 0 stevel </template> 131 7734 David 132 0 stevel </service> 133 0 stevel 134 0 stevel </service_bundle> 135