0N/A<?xml version="1.0"?>
0N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
0N/A<!--
1577N/A Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
339N/A
339N/A Permission is hereby granted, free of charge, to any person obtaining a
919N/A copy of this software and associated documentation files (the "Software"),
919N/A to deal in the Software without restriction, including without limitation
919N/A the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A and/or sell copies of the Software, and to permit persons to whom the
919N/A Software is furnished to do so, subject to the following conditions:
0N/A
919N/A The above copyright notice and this permission notice (including the next
919N/A paragraph) shall be included in all copies or substantial portions of the
919N/A Software.
0N/A
919N/A THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A DEALINGS IN THE SOFTWARE.
339N/A
339N/A
339N/A Service manifest for ensuring fontconfig caches are up to date.
0N/A-->
0N/A
0N/A<service_bundle type='manifest' name='SUNWfontconfig-root:fc-cache'>
0N/A
0N/A<service
0N/A name='application/font/fc-cache'
0N/A type='service'
0N/A version='1'>
0N/A
0N/A <create_default_instance enabled='true' />
0N/A
0N/A <single_instance />
0N/A
928N/A <!-- Need / & /usr filesystems mounted readable,
928N/A /var/cache mounted read/write -->
0N/A <dependency
0N/A name='usr'
0N/A type='service'
0N/A grouping='require_all'
0N/A restart_on='none'>
928N/A <service_fmri value='svc:/system/filesystem/minimal' />
0N/A </dependency>
0N/A
0N/A <dependency
0N/A name='config-file'
0N/A grouping='require_all'
0N/A restart_on='refresh'
0N/A type='path'>
0N/A <service_fmri value='file://localhost/etc/fonts/fonts.conf' />
0N/A </dependency>
0N/A
0N/A <dependency
0N/A name='fc-cache'
0N/A grouping='require_all'
0N/A restart_on='none'
0N/A type='path'>
0N/A <service_fmri value='file://localhost/usr/bin/fc-cache' />
0N/A </dependency>
0N/A
0N/A <exec_method
0N/A type='method'
0N/A name='start'
339N/A exec='/lib/svc/method/fc-cache %m'
0N/A timeout_seconds='3600'>
0N/A <method_context>
0N/A <method_credential user='root' group='root' />
0N/A </method_context>
0N/A </exec_method>
0N/A
568N/A <exec_method
568N/A type='method'
568N/A name='stop'
568N/A exec=':true'
568N/A timeout_seconds='60' />
568N/A
0N/A <property_group name='startd' type='framework'>
0N/A <propval name='duration' type='astring'
0N/A value='transient' />
0N/A </property_group>
0N/A
0N/A <property_group name='general' type='framework'>
0N/A <!-- manage server state -->
0N/A <propval name='action_authorization' type='astring'
0N/A value='solaris.smf.manage.font' />
0N/A </property_group>
0N/A
339N/A <property_group name='options' type='application'>
339N/A <stability value='Unstable' />
339N/A <propval name='force_rebuild' type='boolean'
339N/A value='false' />
339N/A </property_group>
339N/A
0N/A <stability value='Evolving' />
0N/A
0N/A <template>
0N/A <common_name>
0N/A <loctext xml:lang='C'>FontConfig Cache Builder
0N/A </loctext>
0N/A </common_name>
0N/A
0N/A <documentation>
0N/A <manpage
0N/A title='fc-cache'
1577N/A section='1'
0N/A manpath='/usr/share/man' />
0N/A </documentation>
0N/A </template>
0N/A</service>
0N/A
0N/A</service_bundle>