<?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/hfaxd' 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='net-loopback' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/network/loopback'/> </dependency> <dependency name='net-physical' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/network/physical'/> </dependency> <dependency name='utmp' grouping='require_all' restart_on='none' type='service'> <service_fmri value='svc:/system/utmp'/> </dependency> <dependency name='config_data' grouping='require_all' restart_on='restart' type='path'> <service_fmri value='file://localhost/var/spool/hylafax/etc/setup.cache'/> </dependency> <dependent name='hfaxd_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/hfaxd 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/hfaxd 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.hfaxd'/> </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'>Hylafax Client-Server</loctext> </common_name> <documentation> <manpage title='hfaxd' section='1M' manpath='/usr/share/man'/> </documentation> </template> </service> </service_bundle>