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