gst-libav1: update to 1.24.11
[oi-userland.git] / components / library / dbus / files / dbus.xml
blob7a80d18d785bdadfc778952b5e889c944df6ce62
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
5  CDDL HEADER START
7  The contents of this file are subject to the terms of the
8  Common Development and Distribution License (the "License").
9  You may not use this file except in compliance with the License.
11  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12  or http://www.opensolaris.org/os/licensing.
13  See the License for the specific language governing permissions
14  and limitations under the License.
16  When distributing Covered Code, include this CDDL HEADER in each
17  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18  If applicable, add the following below this CDDL HEADER, with the
19  fields enclosed by brackets "[]" replaced with your own identifying
20  information: Portions Copyright [yyyy] [name of copyright owner]
22  CDDL HEADER END
24  Copyright (c) 2006, 2023, Oracle and/or its affiliates.
27         NOTE:  This service manifest is not editable; its contents will
28         be overwritten by package or patch operations, including
29         operating system upgrade.  Make customizations in a different
30         file.
32         Service manifest for dbus.
33 -->
35 <service_bundle type='manifest' name='SUNWdbusr:dbus'>
37 <service
38         name='system/dbus'
39         type='service'
40         version='1'>
42         <create_default_instance enabled='true' />
44         <single_instance />
46         <dependency name='usr'
47                 type='service'
48                 grouping='require_all'
49                 restart_on='none'>
50                 <service_fmri value='svc:/system/filesystem/minimal' />
51         </dependency>
53         <exec_method
54                 type='method'
55                 name='start'
56                 exec='/lib/svc/method/svc-dbus start'
57         timeout_seconds='300'>
58         <method_context>
59             <method_credential user='root' group='root' />
60         </method_context>
61         </exec_method>
63         <exec_method
64                 type='method'
65                 name='stop'
66                 exec=':kill'
67                 timeout_seconds='300' />
69     <exec_method
70         type='method'
71         name='refresh'
72         exec=':kill -HUP'
73         timeout_seconds='30' />
75         <property_group name='startd' type='framework'>
76                 <!-- sub-process core dumps shouldn't restart session -->
77                 <propval name='ignore_error' type='astring'
78                     value='core,signal' />
79         </property_group>
81         <stability value='Unstable' />
83         <template>
84                 <common_name>
85                         <loctext xml:lang='C'>
86                         D-BUS message bus
87                         </loctext>
88                 </common_name>
89                 <documentation>
90                         <manpage title='dbus-daemon' section='1' manpath='/usr/man' />
91                 </documentation>
92         </template>
94 </service>
96 </service_bundle>