xref: /illumos-gate/usr/src/cmd/print/ppdmgr/ppd-cache-update.xml (revision 1edba515a3484e0f74b638b203d462b3112ac84d)
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	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.
31-->
32
33<service_bundle type='manifest' name='SUNWppm:ppd-cache-update'>
34
35<service
36	name='application/print/ppd-cache-update'
37	type='service'
38	version='1'>
39
40	<create_default_instance enabled='false' />
41
42	<single_instance />
43
44	<!--
45	  This service writes to/reads from /tmp, /var, and /usr.
46	-->
47	<dependency
48		name='filesystem'
49		grouping='require_all'
50		restart_on='none'
51		type='service'>
52		<service_fmri value='svc:/system/filesystem/minimal' />
53	</dependency>
54
55	<exec_method
56		type='method'
57		name='start'
58		exec='/lib/svc/method/ppd-cache-update start'
59		timeout_seconds='0'>
60	</exec_method>
61
62	<exec_method
63		type='method'
64		name='stop'
65		exec=':true'
66		timeout_seconds='3'>
67	</exec_method>
68
69	<property_group name='startd' type='framework'>
70		<propval name='duration' type='astring' value='transient' />
71	</property_group>
72
73	<stability value='Unstable' />
74
75	<template>
76		<common_name>
77			<loctext xml:lang='C'>
78				ppd cache update
79			</loctext>
80		</common_name>
81		<documentation>
82			<manpage title='ppdmgr' section='8'
83				manpath='/usr/share/man' />
84		</documentation>
85	</template>
86</service>
87
88</service_bundle>
89