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