<?xml version="1.0"?><!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"><!-- Manifesto para la ejecucion del manejador de base de datos Informix Copyright 2007 Ing. Damian Finol Added dependencies and properties. 23 Aug 2010 Evan Davies--><service_bundle type='manifest' name='Informix'><service name='site/informix' type='service' version='1'> <single_instance /> <!-- --> <instance name='informix' enabled='false'> <dependency name='loopback' grouping='require_all' restart_on='error' type='service'> <service_fmri value='svc:/network/loopback:default'/> </dependency> <!-- Wait for all local filesystems to be mounted. --> <dependency name='filesystem-local' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/system/filesystem/local:default'/> </dependency> <!-- Wait for automounting to be available, as we may be serving data from home directories or other remote filesystems. --> <dependency name='autofs' grouping='optional_all' restart_on='error' type='service'> <service_fmri value='svc:/system/filesystem/autofs:default'/> </dependency> <exec_method type='method' name='start' exec='/lib/svc/method/informix start' timeout_seconds='300' /> <exec_method type='method' name='stop' exec='/lib/svc/method/informix stop' timeout_seconds='60' /> <exec_method type='method' name='refresh' exec='/lib/svc/method/informix restart' timeout_seconds='300' /> <property_group name='startd' type='framework'> <propval name='duration' type='astring' value='transient' /> <!-- Allow others to stop and start informix traditionaly but retain host startup and shutdown Don't auto-restart. --> </property_group> </instance></service></service_bundle>