2035N/A<?xml version="1.0"?>
2035N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
2035N/A<!--
2035N/A
5403N/A Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
2035N/A
2035N/A CDDL HEADER START
2035N/A
2035N/A The contents of this file are subject to the terms of the
2035N/A Common Development and Distribution License (the "License").
2035N/A You may not use this file except in compliance with the License.
2035N/A
2035N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A or http://www.opensolaris.org/os/licensing.
2035N/A See the License for the specific language governing permissions
2035N/A and limitations under the License.
2035N/A
2035N/A When distributing Covered Code, include this CDDL HEADER in each
2035N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A If applicable, add the following below this CDDL HEADER, with the
2035N/A fields enclosed by brackets "[]" replaced with your own identifying
2035N/A information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A
2035N/A CDDL HEADER END
2035N/A
2035N/A NOTE: This service manifest is not editable; its contents will be
2035N/A overwritten by package or patch operations, including operating system
2035N/A upgrade. Make customizations in a different file.
2035N/A
2035N/A-->
2035N/A
2035N/A<service_bundle type='manifest' name='rabbitmq'>
2035N/A
2035N/A<service
2035N/A name='application/rabbitmq'
2035N/A type='service'
2035N/A version='1'>
2035N/A
2035N/A <!-- Each node probably should be its own instance -->
2035N/A <create_default_instance enabled='false' />
2035N/A
2035N/A <dependency
2035N/A name='fs'
2035N/A grouping='require_any'
2035N/A restart_on='none'
2035N/A type='service'>
2035N/A <service_fmri value='svc:/system/filesystem/minimal' />
2035N/A </dependency>
2035N/A
2035N/A <dependency name='network'
2035N/A grouping='require_any'
2035N/A restart_on='error'
2035N/A type='service'>
2035N/A <service_fmri value='svc:/milestone/network' />
2035N/A </dependency>
2035N/A
2035N/A <method_context>
2035N/A <method_credential user='rabbitmq'
2035N/A privileges='basic,{zone}:/system/volatile/rabbitmq' />
2035N/A </method_context>
2035N/A
2035N/A <exec_method
2035N/A type='method'
2035N/A name='start'
2035N/A exec='/lib/svc/method/rabbitmq %m'
5403N/A timeout_seconds='30'>
2035N/A </exec_method>
2035N/A
2035N/A <exec_method
2035N/A type='method'
2035N/A name='stop'
2035N/A exec='/lib/svc/method/rabbitmq %m'
5403N/A timeout_seconds='30'>
2035N/A </exec_method>
2035N/A
2035N/A <stability value='Unstable' />
2035N/A
2035N/A <template>
2035N/A <common_name>
2035N/A <loctext xml:lang='C'>
2035N/A RabbitMQ: an AMQP message broker
2035N/A </loctext>
2035N/A </common_name>
2035N/A <documentation>
2035N/A <manpage title='rabbitmq-server' section='1' />
2035N/A </documentation>
2035N/A </template>
2035N/A</service>
2035N/A
2035N/A</service_bundle>