gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gnome2 / dconf / files / dconf-update.xml
blob29d4030b8dd68e8f4a72abca44bbc02c70ce0dfa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  CDDL HEADER START
6  The contents of this file are subject to the terms of the
7  Common Development and Distribution License (the "License").
8  You may not use this file except in compliance with the License.
10  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11  or http://www.opensolaris.org/os/licensing.
12  See the License for the specific language governing permissions
13  and limitations under the License.
15  When distributing Covered Code, include this CDDL HEADER in each
16  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17  If applicable, add the following below this CDDL HEADER, with the
18  fields enclosed by brackets "[]" replaced with your own identifying
19  information: Portions Copyright [yyyy] [name of copyright owner]
21  CDDL HEADER END
23         NOTE:  This service manifest is not editable; its contents will
24         be overwritten by package or patch operations, including
25         operating system upgrade.  Make customizations in a different
26         file.
28         Service manifest for the dconf database update service.
29 -->
30 <!--
31     Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
32     Copyright 2016 Alexander Pyhalov
33 -->
34 <service_bundle type='manifest' name='dconf-update'>
36 <service
37         name='application/desktop-cache/dconf-update'
38         type='service'
39         version='1'>
41         <create_default_instance enabled='true' />
43         <single_instance />
45         <!-- Need / & /usr filesystems mounted, /var mounted read/write -->
46         <dependency
47                 name='fs-local'
48                 type='service'
49                 grouping='require_all'
50                 restart_on='none'>
51                 <service_fmri value='svc:/system/filesystem/local' />
52         </dependency>
54         <exec_method
55                 type='method'
56                 name='start'
57                 exec='/usr/bin/dconf update'
58                 timeout_seconds='600'>
59                 <method_context>
60                         <method_credential user='root' group='root' />
61                 </method_context>
62         </exec_method>
64         <exec_method
65                 type='method'
66                 name='refresh'
67                 exec='/usr/bin/dconf update'
68                 timeout_seconds='600'>
69                 <method_context>
70                         <method_credential user='root' group='root' />
71                 </method_context>
72         </exec_method>
74         <exec_method
75                 type='method'
76                 name='stop'
77                 exec=':true'
78                 timeout_seconds='60' />
80         <property_group name='startd' type='framework'>
81                 <propval name='duration' type='astring'
82                         value='transient' />
83         </property_group>
85         <stability value='Evolving' />
87         <template>
88                 <common_name>
89                         <loctext xml:lang='C'>
90                                 Dconf database update service   
91                         </loctext>
92                 </common_name>
93                 <description>
94                         <loctext xml:lang='C'>
95                                 Dconf database update service
96                         </loctext>
97                 </description>
98                 <documentation>
99                         <manpage title='dconf' section='1'
100                                 manpath='/usr/share/man'/>
101                 </documentation>
102         </template>
103 </service>
105 </service_bundle>