rquota.xml revision 8823:000507e9108d
11590Srgrimes<?xml version='1.0'?>
21590Srgrimes<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
31590Srgrimes
41590Srgrimes<!--
51590Srgrimes Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
61590Srgrimes Use is subject to license terms.
71590Srgrimes
81590Srgrimes CDDL HEADER START
91590Srgrimes
101590Srgrimes The contents of this file are subject to the terms of the
111590Srgrimes Common Development and Distribution License (the "License").
121590Srgrimes You may not use this file except in compliance with the License.
131590Srgrimes
141590Srgrimes You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
151590Srgrimes or http://www.opensolaris.org/os/licensing.
161590Srgrimes See the License for the specific language governing permissions
171590Srgrimes and limitations under the License.
181590Srgrimes
191590Srgrimes When distributing Covered Code, include this CDDL HEADER in each
201590Srgrimes file and include the License file at usr/src/OPENSOLARIS.LICENSE.
211590Srgrimes If applicable, add the following below this CDDL HEADER, with the
221590Srgrimes fields enclosed by brackets "[]" replaced with your own identifying
231590Srgrimes information: Portions Copyright [yyyy] [name of copyright owner]
241590Srgrimes
251590Srgrimes CDDL HEADER END
261590Srgrimes
271590Srgrimes	NOTE:  This service manifest is not editable; its contents will
281590Srgrimes	be overwritten by package or patch operations, including
291590Srgrimes	operating system upgrade.  Make customizations in a different
301590Srgrimes	file.
3141568Sarchie-->
321590Srgrimes
331590Srgrimes<service_bundle type='manifest' name='SUNWnfssr:rquotad'>
3487242Smarkm
351590Srgrimes<service
3687628Sdwmalone    name='network/nfs/rquota'
371590Srgrimes    type='service'
3887628Sdwmalone    version='1'>
3962889Skris
4087628Sdwmalone	<create_default_instance enabled='false' />
411590Srgrimes
4287628Sdwmalone	<restarter>
4387628Sdwmalone		<service_fmri value='svc:/network/inetd:default' />
4487628Sdwmalone	</restarter>
4532069Salex
46132916Stjr	<dependency name='rpcbind'
471590Srgrimes	    grouping='require_all'
4878718Sdd	    restart_on='restart'
49200462Sdelphij	    type='service'>
5032069Salex		<service_fmri value='svc:/network/rpc/bind' />
51132916Stjr	</dependency>
52132915Stjr
531590Srgrimes	<exec_method
541590Srgrimes		type='method'
551590Srgrimes		name='inetd_start'
561590Srgrimes		exec='/usr/lib/nfs/rquotad'
571590Srgrimes		timeout_seconds='0'>
581590Srgrimes		<method_context>
591590Srgrimes			<method_credential user='root' group='root' />
601590Srgrimes		</method_context>
611590Srgrimes	</exec_method>
621590Srgrimes
631590Srgrimes	<exec_method
641590Srgrimes		type='method'
651590Srgrimes		name='inetd_offline'
661590Srgrimes		exec=':kill_process'
67227158Sed		timeout_seconds='0'>
681590Srgrimes	</exec_method>
69227158Sed
70227158Sed	<exec_method
711590Srgrimes		type='method'
72227158Sed		name='inetd_disable'
73227158Sed		exec=':kill'
741590Srgrimes		timeout_seconds='0'>
7592920Simp	</exec_method>
7692920Simp
77132916Stjr	<property_group name='application' type='framework'>
7892920Simp		<stability value='Evolving' />
7926958Scharnier		<propval name='auto_enable' type='boolean' value='true' />
8026958Scharnier	</property_group>
81102944Sdwmalone
821590Srgrimes	<property_group name='inetd' type='framework'>
83132916Stjr		<stability value='Evolving' />
84132916Stjr		<propval name='name' type='astring' value='rquotad' />
85132916Stjr		<propval name='endpoint_type' type='astring' value='tli' />
861590Srgrimes		<propval name='proto' type='astring' value='datagram_v' />
87132916Stjr		<propval name='isrpc' type='boolean' value='true' />
88132916Stjr		<propval name='rpc_low_version' type='integer' value='1' />
8963811Scharnier		<propval name='rpc_high_version' type='integer' value='1' />
9063811Scharnier		<propval name='wait' type='boolean' value='true' />
9163811Scharnier	</property_group>
9263811Scharnier
9363811Scharnier	<property_group name='firewall_config' type='com.sun,fw_configuration'>
9463811Scharnier		<propval name='policy' type='astring' value='use_global' />
9563811Scharnier		<propval name='apply_to' type='astring' value='' />
9663811Scharnier		<propval name='exceptions' type='astring' value='' />
9763811Scharnier		<propval name='value_authorization' type='astring'
9863811Scharnier		    value='solaris.smf.value.firewall.config' />
991590Srgrimes	</property_group>
10063811Scharnier
10163811Scharnier	<stability value='Stable' />
10263811Scharnier
1031590Srgrimes	<template>
1041590Srgrimes		<common_name>
105132915Stjr			<loctext xml:lang='C'>
1061590Srgrimes				remote quota server
10762889Skris			</loctext>
1081590Srgrimes		</common_name>
1091590Srgrimes		<documentation>
1101590Srgrimes			<manpage title='rquotad' section='1M'
1111590Srgrimes			    manpath='/usr/share/man' />
1121590Srgrimes		</documentation>
113132916Stjr	</template>
114132916Stjr
1151590Srgrimes</service>
1161590Srgrimes
1171590Srgrimes</service_bundle>
1181590Srgrimes