consadm.xml revision 1f6eb0216cb17ca5fdff9563329f1dda47c8b801
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<?xml version="1.0"?>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<!--
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy Copyright 2008 Sun Microsystems, Inc. All rights reserved.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy Use is subject to license terms.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy CDDL HEADER START
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy The contents of this file are subject to the terms of the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy Common Development and Distribution License (the "License").
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy You may not use this file except in compliance with the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy or http://www.opensolaris.org/os/licensing.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy See the License for the specific language governing permissions
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy and limitations under the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy When distributing Covered Code, include this CDDL HEADER in each
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy If applicable, add the following below this CDDL HEADER, with the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy fields enclosed by brackets "[]" replaced with your own identifying
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy information: Portions Copyright [yyyy] [name of copyright owner]
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy CDDL HEADER END
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy NOTE: This service manifest is not editable; its contents will
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy be overwritten by package or patch operations, including
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy operating system upgrade. Make customizations in a different
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy file.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy Service manifest for consadm(d).
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy-->
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<service_bundle type='manifest' name='SUNWcsr:consadm'>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<service
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy name='system/consadm'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy type='service'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy version='1'>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <create_default_instance enabled='false' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <single_instance />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <dependency
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy name='usr'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy grouping='require_all'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy restart_on='none'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy type='service'>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <service_fmri value='svc:/system/filesystem/minimal' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </dependency>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <exec_method
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy type='method'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy name='start'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy exec='/lib/svc/method/svc-consadm'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy timeout_seconds='60' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <exec_method
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy type='method'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy name='stop'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy exec=':true'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy timeout_seconds='60' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <property_group name='startd' type='framework'>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <propval name='duration' type='astring' value='transient' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </property_group>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <stability value='Unstable' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <template>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <common_name>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <loctext xml:lang='C'>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy console monitoring
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </loctext>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </common_name>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <documentation>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <manpage
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy title='consadm'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy section='1M'
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy manpath='/usr/share/man' />
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </documentation>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </template>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy</service>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy</service_bundle>
9498083eeaed1aacdde41369b7fa6f3b84870791Yuri Pankov