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