5 The contents of this file are subject to the terms of the
6 Common Development and Distribution License (the "License").
7 You may not use this file except in compliance with the License.
9 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 or http://www.opensolaris.org/os/licensing.
11 See the License for the specific language governing permissions
12 and limitations under the License.
14 When distributing Covered Code, include this CDDL HEADER in each
15 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 If applicable, add the following below this CDDL HEADER, with the
17 fields enclosed by brackets "[]" replaced with your own identifying
18 information: Portions Copyright [yyyy] [name of copyright owner]
23 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
25 Copyright 2008 Sun Microsystems, Inc. All rights reserved.
26 Use is subject to license terms.
29 <service_bundle type='manifest' name='SUNWprivoxy'>
37 Because we may have multiple instances of network/http
38 provided by different implementations, we keep dependencies
39 and methods within the instance.
42 <instance name='privoxy' enabled='false'>
44 Wait for network interfaces to be initialized.
46 <dependency name='network'
47 grouping='require_all'
50 <service_fmri value='svc:/milestone/network:default'/>
54 Wait for all local filesystems to be mounted.
56 <dependency name='filesystem-local'
57 grouping='require_all'
61 value='svc:/system/filesystem/local:default'/>
65 Wait for automounting to be available, as we may be
66 serving data from home directories or other remote
69 <dependency name='autofs'
70 grouping='optional_all'
74 value='svc:/system/filesystem/autofs:default'/>
80 exec='/lib/svc/method/http-privoxy start'
81 timeout_seconds='60' />
87 timeout_seconds='10' />
89 <property_group name='startd' type='framework'>
90 <!-- sub-process core dumps shouldn't restart
92 <propval name='ignore_error' type='astring'
93 value='core,signal' />
98 <loctext xml:lang='C'>
103 <manpage title='privoxy' section='1'
104 manpath='/usr/share/man' />
105 <doc_link name='privoxy.org'
106 uri='http://www.privoxy.org/' />
111 <stability value='Evolving' />