avahi-bridge-dsd.xml revision 12802
10139N/A<?xml version="1.0"?>
11111N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
10139N/A<!--
10139N/A Copyright 2006 Sun Microsystems, Inc. All rights reserved.
10374N/A Use is subject to license terms.
10374N/A
10139N/A CDDL HEADER START
10139N/A
10139N/A The contents of this file are subject to the terms of the
12160N/A Common Development and Distribution License, Version 1.0 only
12160N/A (the "License"). You may not use this file except in compliance
17185N/A with the License.
15573N/A
10139N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10139N/A or http://www.opensolaris.org/os/licensing.
17181N/A See the License for the specific language governing permissions
17181N/A and limitations under the License.
10139N/A
15769N/A When distributing Covered Code, include this CDDL HEADER in each
10139N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10139N/A If applicable, add the following below this CDDL HEADER, with the
15291N/A fields enclosed by brackets "[]" replaced with your own identifying
18616N/A information: Portions Copyright [yyyy] [name of copyright owner]
10139N/A
10139N/A CDDL HEADER END
10139N/A
12089N/A ident "@(#)avahi-bridge-dsd.xml 1.1 06/04/24 SMI"
10139N/A
10139N/A NOTE: This service manifest is not editable; its contents will
10139N/A be overwritten by package or patch operations, including
10139N/A operating system upgrade. Make customizations in a different
10139N/A file.
10139N/A
10139N/A Service manifest for avahi.
10139N/A-->
10139N/A
10139N/A<service_bundle type='manifest' name='SUNWavahi-bridge-dsd:avahi-bridge-dsd'>
10374N/A
10374N/A<service
10374N/A name='system/avahi-bridge-dsd'
10374N/A type='service'
10374N/A version='1'>
10374N/A
10374N/A <create_default_instance enabled='true' />
10374N/A
10374N/A <single_instance />
10374N/A
10374N/A <dependency name='usr'
10374N/A type='service'
10374N/A grouping='require_all'
10374N/A restart_on='none'>
10374N/A <service_fmri value='svc:/system/filesystem/local' />
10374N/A </dependency>
10374N/A
10374N/A <dependency name='dbus'
10374N/A type='service'
10374N/A grouping='require_all'
10374N/A restart_on='none'>
13387N/A <service_fmri value='svc:/system/dbus' />
18682N/A </dependency>
10374N/A
10374N/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'
10139N/A timeout_seconds='30' />
10139N/A
10139N/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' />
18682N/A </property_group>
18682N/A
18682N/A <stability value='Unstable' />
15769N/A
15769N/A <template>
15769N/A <common_name>
15573N/A <loctext xml:lang='C'>
15573N/A Avahi Daemon Bridge to Bonjour
15449N/A </loctext>
15449N/A </common_name>
15449N/A <documentation>
15449N/A <manpage title='avahi-daemon-bridge-dsd' section='1M' manpath='/usr/man' />
15291N/A </documentation>
15291N/A </template>
13387N/A
15291N/A</service>
13354N/A
13354N/A</service_bundle>
12089N/A