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