avahi-bridge-dsd.xml revision 17678
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
17185N/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
17178N/A (the "License"). You may not use this file except in compliance
17178N/A with the License.
10139N/A
16880N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10139N/A or http://www.opensolaris.org/os/licensing.
17562N/A See the License for the specific language governing permissions
12578N/A and limitations under the License.
10139N/A
10139N/A When distributing Covered Code, include this CDDL HEADER in each
10139N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17346N/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
17089N/A
17089N/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
17089N/A<service
17073N/A name='system/avahi-bridge-dsd'
17089N/A type='service'
17074N/A version='1'>
17089N/A
17233N/A <create_default_instance enabled='true' />
17186N/A
17222N/A <single_instance />
17346N/A
17247N/A <dependency name='usr'
17346N/A type='service'
17281N/A grouping='require_all'
17346N/A restart_on='none'>
17285N/A <service_fmri value='svc:/system/filesystem/local' />
17346N/A </dependency>
17402N/A
17402N/A <dependency name='dbus'
17402N/A type='service'
17402N/A grouping='require_all'
17402N/A restart_on='none'>
17535N/A <service_fmri value='svc:/system/dbus' />
17562N/A </dependency>
17535N/A
17535N/A <dependency name='multicast'
17535N/A type='service'
17535N/A grouping='require_all'
17535N/A restart_on='none'>
17535N/A <service_fmri value='svc:/network/dns/multicast' />
17562N/A </dependency>
17546N/A
17562N/A <exec_method
17610N/A type='method'
17610N/A name='start'
17621N/A exec='/lib/svc/method/svc-avahi-bridge-dsd start'
17621N/A timeout_seconds='30'>
16880N/A </exec_method>
10139N/A
10139N/A <exec_method
10139N/A type='method'
10139N/A name='stop'
12274N/A exec='/lib/svc/method/svc-avahi-bridge-dsd stop'
12274N/A timeout_seconds='30' />
12274N/A
12274N/A <property_group name='startd' type='framework'>
10139N/A <!-- sub-process core dumps shouldn't restart session -->
10139N/A <propval name='ignore_error' type='astring'
10139N/A value='core,signal' />
10139N/A </property_group>
11002N/A
13025N/A <stability value='Unstable' />
12830N/A
13664N/A <template>
16425N/A <common_name>
15591N/A <loctext xml:lang='C'>
17073N/A Avahi Daemon Bridge to Bonjour
17186N/A </loctext>
17200N/A </common_name>
17209N/A <documentation>
17222N/A <manpage title='avahi-daemon-bridge-dsd' section='1' manpath='/usr/man' />
17245N/A </documentation>
17402N/A </template>
17437N/A
17485N/A</service>
17535N/A
17610N/A</service_bundle>
17621N/A