fc-cache.xml revision 339
0N/A<?xml version="1.0"?>
0N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
0N/A<!--
339N/A Copyright 2008 Sun Microsystems, Inc. All rights reserved.
339N/A Use is subject to license terms.
339N/A
339N/A Permission is hereby granted, free of charge, to any person obtaining a
339N/A copy of this software and associated documentation files (the
339N/A "Software"), to deal in the Software without restriction, including
339N/A without limitation the rights to use, copy, modify, merge, publish,
339N/A distribute, and/or sell copies of the Software, and to permit persons
339N/A to whom the Software is furnished to do so, provided that the above
339N/A copyright notice(s) and this permission notice appear in all copies of
339N/A the Software and that both the above copyright notice(s) and this
339N/A permission notice appear in supporting documentation.
0N/A
339N/A THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
339N/A OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
339N/A MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
339N/A OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
339N/A HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
339N/A INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
339N/A FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
339N/A NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
339N/A WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0N/A
339N/A Except as contained in this notice, the name of a copyright holder
339N/A shall not be used in advertising or otherwise to promote the sale, use
339N/A or other dealings in this Software without prior written authorization
339N/A of the copyright holder.
339N/A
339N/A ident "@(#)fc-cache.xml 1.4 08/02/26 SMI"
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
0N/A <dependency
0N/A name='usr'
0N/A type='service'
0N/A grouping='require_all'
0N/A restart_on='none'>
0N/A <service_fmri value='svc:/system/filesystem/local' />
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
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'
0N/A section='1M'
0N/A manpath='/usr/share/man' />
0N/A </documentation>
0N/A </template>
0N/A</service>
0N/A
0N/A</service_bundle>