<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 
<service_bundle type="manifest" name="TIVsmCba:dsmc">
 	<service name="application/dsmc" type="service" version="5">
        	<create_default_instance enabled="true"/>
                <single_instance/>
                <dependency name="fs-local" grouping="require_all" restart_on="none" type="service">
                        <service_fmri value="svc:/system/filesystem/local"/>
                </dependency>
                <exec_method type="method" name="start" exec="/opt/tivoli/tsm/client/ba/bin/dsmc sched &amp;" timeout_seconds="60">
                        <method_context working_directory="/opt/tivoli/tsm/client/ba/bin"/>
                </exec_method>
                <exec_method type="method" name="stop" exec=":kill" timeout_seconds="5"/>
	                <stability value="Unstable"/>
        	        <template> 
                	<common_name>
				<loctext xml:lang="C">Tivoli Storage Manager Client</loctext>
                  	</common_name>
                        </template>
          </service>
</service_bundle>
                                          