2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2019 Alexander Pyhalov
5 Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6 Use is subject to license terms.
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]
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
32 Service manifest for the VLC plugins cache regeneration service.
35 <service_bundle type='manifest' name='vlc-cache-gen'>
38 name='application/vlc-cache-gen'
42 <create_default_instance enabled='true' />
48 grouping='require_all'
51 <service_fmri value='svc:/system/filesystem/local'/>
58 timeout_seconds='60' >
64 exec='/lib/svc/method/vlc-cache-gen start'
65 timeout_seconds='120' >
71 exec='/lib/svc/method/vlc-cache-gen refresh'
72 timeout_seconds='120' >
78 <propval name='duration' type='astring' value='transient' />
81 <stability value='Unstable' />