<?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/iaxmodem' type='service' version='0'> <create_default_instance enabled='false'/> <single_instance/> <dependency name='fs-local' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/system/filesystem/local'/> </dependency> <dependency name='utmp' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/system/utmp'/> </dependency> <dependent name='iaxmodem_multi-user-server' restart_on='none' grouping='optional_all'> <service_fmri value='svc:/milestone/multi-user-server'/> </dependent> <exec_method name='start' type='method' exec='/lib/svc/method/iaxmodem start' timeout_seconds='60'/> <exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'/> <exec_method name='refresh' type='method' exec='/lib/svc/method/iaxmodem restart' timeout_seconds='60'/> <property_group name='firewall_config' type='com.sun,fw_configuration'> <propval name='apply_to' type='astring' value=''/> <propval name='exceptions' type='astring' value=''/> <propval name='policy' type='astring' value='use_global'/> <propval name='value_authorization' type='astring' value='solaris.smf.value.firewall.config'/> </property_group> <property_group name='general' type='framework'> <propval name='action_authorization' type='astring' value='solaris.smf.manage.iaxmodem'/> </property_group> <property_group name='startd' type='framework'> <propval name='ignore_error' type='astring' value='core,signal'/> </property_group> <stability value='Unstable'/> <template> <common_name> <loctext xml:lang='C'>IAX modem</loctext> </common_name> <documentation> <manpage title='iaxmodem' section='1M' manpath='/usr/share/man'/> </documentation> </template> </service> </service_bundle>