mcollective.xml revision 5321
5321N/A<?xml version="1.0" ?>
5321N/A<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
5321N/A<!--
5321N/A Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5321N/A
5321N/A Licensed under the Apache License, Version 2.0 (the "License"); you may
5321N/A not use this file except in compliance with the License. You may obtain
5321N/A a copy of the License at
5321N/A
5321N/A http://www.apache.org/licenses/LICENSE-2.0
5321N/A
5321N/A Unless required by applicable law or agreed to in writing, software
5321N/A distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
5321N/A WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
5321N/A License for the specific language governing permissions and limitations
5321N/A under the License.
5321N/A
5321N/A NOTE: This service manifest is not editable; its contents will
5321N/A be overwritten by package or patch operations, including
5321N/A operating system upgrade. Make customizations in a different
5321N/A file.
5321N/A-->
5321N/A<service_bundle type="manifest" name="mcollective">
5321N/A <service version="1" type="service"
5321N/A name="application/mcollective">
5321N/A <!--
5321N/A The following dependency keeps us from starting until the
5321N/A multi-user milestone is reached.
5321N/A -->
5321N/A <dependency restart_on="error" type="service"
5321N/A name="multi_user_dependency" grouping="require_all">
5321N/A <service_fmri value="svc:/milestone/multi-user"/>
5321N/A </dependency>
5321N/A
5321N/A <exec_method timeout_seconds="60" type="method" name="start"
5321N/A exec="/lib/svc/method/mcollective %m"/>
5321N/A <exec_method timeout_seconds="60" type="method" name="stop"
5321N/A exec=":kill"/>
5321N/A <exec_method timeout_seconds="60" type="method" name="refresh"
5321N/A exec=":true"/>
5321N/A
5321N/A <property_group name='general' type='framework'>
5321N/A <propval name='action_authorization' type='astring'
5321N/A value='solaris.smf.manage.mcollective' />
5321N/A <propval name='value_authorization' type='astring'
5321N/A value='solaris.smf.value.mcollective' />
5321N/A </property_group>
5321N/A
5321N/A <instance enabled="false" name="server">
5321N/A <!-- Server instance of service -->
5321N/A <exec_method timeout_seconds="60" type="method" name="start"
5321N/A exec="/lib/svc/method/mcollective %m"/>
5321N/A <property_group name='config' type='application'>
5321N/A <propval name='server_config_path' type='astring'
5321N/A value='/etc/mcollective/server.conf'/>
5321N/A </property_group>
5321N/A
5321N/A </instance>
5321N/A
5321N/A <instance enabled="false" name="client">
5321N/A <!-- Client instance of service -->
5321N/A <property_group name='general' type='framework'>
5321N/A <propval name='client_config_path' type='astring'
5321N/A value='/etc/mcollective/client.conf'/>
5321N/A </property_group>
5321N/A
5321N/A </instance>
5321N/A
5321N/A <template>
5321N/A <common_name>
5321N/A <loctext xml:lang="C">
5321N/A MCollective server
5321N/A </loctext>
5321N/A </common_name>
5321N/A <description>
5321N/A <!--
5321N/A Replace loctext content with a brief description of the
5321N/A service
5321N/A -->
5321N/A <loctext xml:lang="C">
5321N/A mco-svr is MCOllective server daemon
5321N/A </loctext>
5321N/A </description>
5321N/A </template>
5321N/A </service>
5321N/A</service_bundle>