python/marshmallow: update to 3.23.2
[oi-userland.git] / components / encumbered / vlc / files / vlc-cache-gen.xml
blobbb22165d671afa56d5dcbe5b3e0dff338e9d6e86
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  Copyright 2019 Alexander Pyhalov
5  Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
6  Use is subject to license terms.
8  CDDL HEADER START
10  The contents of this file are subject to the terms of the
11  Common Development and Distribution License (the "License").
12  You may not use this file except in compliance with the License.
14  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15  or http://www.opensolaris.org/os/licensing.
16  See the License for the specific language governing permissions
17  and limitations under the License.
19  When distributing Covered Code, include this CDDL HEADER in each
20  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
21  If applicable, add the following below this CDDL HEADER, with the
22  fields enclosed by brackets "[]" replaced with your own identifying
23  information: Portions Copyright [yyyy] [name of copyright owner]
25  CDDL HEADER END
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 the VLC plugins cache regeneration service.
33 -->
35 <service_bundle type='manifest' name='vlc-cache-gen'>
37 <service
38         name='application/vlc-cache-gen'
39         type='service'
40         version='1'>
42         <create_default_instance enabled='true' />
44         <single_instance />
46         <dependency
47                 name='filesystem'
48                 grouping='require_all'
49                 restart_on='none'
50                 type='service'>
51                 <service_fmri value='svc:/system/filesystem/local'/>
52         </dependency>
54         <exec_method
55                 type='method'
56                 name='stop'
57                 exec=':true'
58                 timeout_seconds='60' >
59         </exec_method>
61         <exec_method
62                 type='method'
63                 name='start'
64                 exec='/lib/svc/method/vlc-cache-gen start'
65                 timeout_seconds='120' >
66         </exec_method>
68         <exec_method
69                 type='method'
70                 name='refresh'
71                 exec='/lib/svc/method/vlc-cache-gen refresh'
72                 timeout_seconds='120' >
73         </exec_method>
75         <property_group
76                 name='startd'
77                 type='framework'>
78                 <propval name='duration' type='astring' value='transient' />
79         </property_group>
81         <stability value='Unstable' />
83 </service>
85 </service_bundle>