1<?xml version="1.0"?> 2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 3<!-- 4 CDDL HEADER START 5 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. 9 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. 14 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] 20 21 CDDL HEADER END 22--> 23<!-- 24 Copyright 2007 Sun Microsystems, Inc. All rights reserved. 25 Use is subject to license terms. 26 27 ident "%Z%%M% %I% %E% SMI" 28 29 NOTE: This service manifest is not editable; its contents will 30 be overwritten by package or patch operations, including 31 operating system upgrade. Make customizations in a different 32 file. 33--> 34 35<service_bundle type='manifest' name='SUNWppm:ppd-cache-update'> 36 37<service 38 name='application/print/ppd-cache-update' 39 type='service' 40 version='1'> 41 42 <create_default_instance enabled='false' /> 43 44 <single_instance /> 45 46 <!-- 47 This service writes to/reads from /tmp, /var, and /usr. 48 --> 49 <dependency 50 name='filesystem' 51 grouping='require_all' 52 restart_on='none' 53 type='service'> 54 <service_fmri value='svc:/system/filesystem/minimal' /> 55 </dependency> 56 57 <exec_method 58 type='method' 59 name='start' 60 exec='/lib/svc/method/ppd-cache-update start' 61 timeout_seconds='0'> 62 </exec_method> 63 64 <exec_method 65 type='method' 66 name='stop' 67 exec=':true' 68 timeout_seconds='3'> 69 </exec_method> 70 71 <property_group name='startd' type='framework'> 72 <propval name='duration' type='astring' value='transient' /> 73 </property_group> 74 75 <stability value='Unstable' /> 76 77 <template> 78 <common_name> 79 <loctext xml:lang='C'> 80 ppd cache update 81 </loctext> 82 </common_name> 83 <documentation> 84 <manpage title='ppdmgr' section='1M' 85 manpath='/usr/share/man' /> 86 </documentation> 87 </template> 88</service> 89 90</service_bundle> 91