mysql manifest

<?xml version='1.0'?>
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
<service_bundle type='manifest' name='export'>
  <service name='network/cswmysql5' type='service' version='0'>
    <single_instance/>
    <dependency name='fs' grouping='require_all' restart_on='none' type='service'>
      <service_fmri value='svc:/system/filesystem/local'/>
    </dependency>
    <dependency name='net' grouping='require_all' restart_on='none' type='service'>
      <service_fmri value='svc:/network/loopback'/>
    </dependency>
    <dependent name='cswmysql5_multi-user' restart_on='none' grouping='optional_all'>
      <service_fmri value='svc:/milestone/multi-user'/>
    </dependent>
    <exec_method name='start' type='method' exec='/opt/csw/bin/mysqld_safe' timeout_seconds='18446744073709551615'>
      <method_context/>
    </exec_method>
    <exec_method name='stop' type='method' exec='/opt/csw/bin/mysqladmin shutdown' timeout_seconds='18446744073709551615'>
      <method_context/>
    </exec_method>
    <exec_method name='restart' type='method' exec='/opt/csw/lib/svc/method/svc-cswmysql5 restart' timeout_seconds='18446744073709551615'>
      <method_context/>
    </exec_method>
    <instance name='default' enabled='true'>
      <property_group name='general' type='framework'>
        <propval name='package' type='astring' value='CSWmysql5'/>
      </property_group>
     <property_group name='startd' type='framework'>
         <propval name='duration' type='astring' value='child' />
      </property_group>
    </instance>
  </service>
</service_bundle>