components/memcached/Solaris/memcached.xml
author Vladimir Marek <Vladimir.Marek@oracle.com>
Wed, 20 Nov 2013 15:46:56 +0100
branchs11u1-sru
changeset 2889 29acd6c42d2e
parent 223 b9246653129d
child 5005 634e69f7ae42
permissions -rw-r--r--
17747240 gmake setup is masking pkglint failures

<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
 Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.

 CDDL HEADER START

 The contents of this file are subject to the terms of the
 Common Development and Distribution License (the "License").
 You may not use this file except in compliance with the License.

 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 or http://www.opensolaris.org/os/licensing.
 See the License for the specific language governing permissions
 and limitations under the License.

 When distributing Covered Code, include this CDDL HEADER in each
 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 If applicable, add the following below this CDDL HEADER, with the
 fields enclosed by brackets "[]" replaced with your own identifying
 information: Portions Copyright [yyyy] [name of copyright owner]

 CDDL HEADER END

    NOTE:  This service manifest is not editable; its contents will
    be overwritten by package or patch operations, including
    operating system upgrade.  Make customizations in a different
    file.
-->

<service_bundle type='manifest' name='memcached' >
<service name='application/database/memcached' type='service' version='1' >
<create_default_instance enabled='false' />


   <dependency
      name='network'
      grouping='require_all'
      restart_on='none'
      type='service'>
      <service_fmri value='svc:/milestone/network:default' />
   </dependency>

   <dependency
      name='name-services'
      grouping='require_all'
      restart_on='none'
      type='service'>
      <service_fmri value='svc:/milestone/name-services:default' />
   </dependency>

   <exec_method 
      type='method' 
      name='start'
      exec='/lib/svc/method/memcached start'
      timeout_seconds='-1' />

   <exec_method 
      type='method' 
      name='stop'
      exec='/lib/svc/method/memcached stop %{restarter/contract}'
      timeout_seconds='60' />

    <property_group name='memcached' type='application'>
       <propval name='options' type='astring' value='' />
       <propval name='value_authorization' type='astring' value='solaris.smf.value.memcached' />
       <propval name='action_authorization' type='astring' value='solaris.smf.manage.memcached' />
    </property_group>

    <stability value='Evolving' />

    <template>
      <common_name>
         <loctext xml:lang='C'>memcached 1.4.5</loctext>
      </common_name>
      <documentation>
         <manpage title='memcached' section='1m' manpath='/usr/share/man' />
      </documentation>
    </template>

</service>
</service_bundle>