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