2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
30 Service manifest for rmvolmgr.
33 <service_bundle type='manifest' name='SUNWrmvolmgrr:rmvolmgr'>
36 name='system/filesystem/rmvolmgr'
40 <create_default_instance enabled='false' />
46 grouping='require_all'
48 <service_fmri value='svc:/system/filesystem/local' />
51 <dependency name='dbus'
53 grouping='require_all'
55 <service_fmri value='svc:/system/dbus' />
58 <dependency name='hal'
60 grouping='require_all'
62 <service_fmri value='svc:/system/hal' />
68 exec='/lib/svc/method/svc-rmvolmgr start'
69 timeout_seconds='30'/>
71 <!-- If device access problems keep rmvolmgr from stopping in
72 30 seconds, customize this timeout to a higher value.
78 timeout_seconds='30' />
80 <property_group name='general' type='framework'>
81 <!-- to start stop service -->
82 <propval name='action_authorization' type='astring'
83 value='solaris.smf.manage.rmvolmgr' />
84 <!-- configure service -->
85 <propval name='value_authorization' type='astring'
86 value='solaris.smf.value.rmvolmgr' />
89 <property_group name='rmvolmgr' type='application'>
90 <propval name='legacy_mountpoints' type='boolean' value='true' />
91 <propval name='cde_compatible' type='boolean' value='true' />
94 <stability value='Unstable' />
98 <loctext xml:lang='C'>
99 removable volume manager
103 <manpage title='rmvolmgr' section='1M' manpath='/usr/man' />