5255N/A<?xml version="1.0"?>
5255N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
5255N/A<!--
5255N/A Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5255N/A Use is subject to license terms.
5255N/A
5255N/A CDDL HEADER START
5255N/A
5255N/A The contents of this file are subject to the terms of the
5255N/A Common Development and Distribution License, Version 1.0 only
5255N/A (the "License"). You may not use this file except in compliance
5255N/A with the License.
5255N/A
5255N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5255N/A or http://www.opensolaris.org/os/licensing.
5255N/A See the License for the specific language governing permissions
5255N/A and limitations under the License.
5255N/A
5255N/A When distributing Covered Code, include this CDDL HEADER in each
5255N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5255N/A If applicable, add the following below this CDDL HEADER, with the
5255N/A fields enclosed by brackets "[]" replaced with your own identifying
5255N/A information: Portions Copyright [yyyy] [name of copyright owner]
5255N/A
5255N/A CDDL HEADER END
5255N/A
5255N/A ident "@(#)avahi-bridge-dsd.xml 1.1 06/04/24 SMI"
5255N/A
5255N/A NOTE: This service manifest is not editable; its contents will
5255N/A be overwritten by package or patch operations, including
5255N/A operating system upgrade. Make customizations in a different
5255N/A file.
5255N/A
5255N/A Service manifest for avahi.
5255N/A-->
5255N/A
5255N/A<service_bundle type='manifest' name='SUNWavahi-bridge-dsd:avahi-bridge-dsd'>
5255N/A
5255N/A<service
5255N/A name='system/avahi-bridge-dsd'
5255N/A type='service'
5255N/A version='1'>
5255N/A
5255N/A <create_default_instance enabled='false' />
5255N/A
5255N/A <single_instance />
5255N/A
5255N/A <dependency name='usr'
5255N/A type='service'
5255N/A grouping='require_all'
5255N/A restart_on='none'>
5255N/A <service_fmri value='svc:/system/filesystem/local' />
5255N/A </dependency>
5255N/A
5255N/A <dependency name='dbus'
5255N/A type='service'
5255N/A grouping='require_all'
5255N/A restart_on='none'>
5255N/A <service_fmri value='svc:/system/dbus' />
5255N/A </dependency>
5255N/A
5255N/A <dependency name='multicast'
5255N/A type='service'
5255N/A grouping='require_all'
5255N/A restart_on='none'>
5255N/A <service_fmri value='svc:/network/dns/multicast' />
5255N/A </dependency>
5255N/A
5255N/A <exec_method
5255N/A type='method'
5255N/A name='start'
5255N/A exec='/lib/svc/method/svc-avahi-bridge-dsd start'
5255N/A timeout_seconds='30'>
5255N/A </exec_method>
5255N/A
5255N/A <exec_method
5255N/A type='method'
5255N/A name='stop'
5255N/A exec='/lib/svc/method/svc-avahi-bridge-dsd stop'
5255N/A timeout_seconds='30' />
5255N/A
5255N/A <property_group name='startd' type='framework'>
5255N/A <!-- sub-process core dumps shouldn't restart session -->
5255N/A <propval name='ignore_error' type='astring'
5255N/A value='core,signal' />
5255N/A </property_group>
5255N/A
5255N/A <stability value='Unstable' />
5255N/A
5255N/A <template>
5255N/A <common_name>
5255N/A <loctext xml:lang='C'>
5255N/A Avahi Daemon Bridge to Bonjour
5255N/A </loctext>
5255N/A </common_name>
5255N/A <documentation>
5255N/A <manpage title='avahi-daemon-bridge-dsd' section='1' manpath='/usr/man' />
5255N/A </documentation>
5255N/A </template>
5255N/A
5255N/A</service>
5255N/A
5255N/A</service_bundle>