2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
6 Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
10 The contents of this file are subject to the terms of the
11 Common Development and Distribution License, Version 1.0 only
12 (the "License"). You may not use this file except in compliance
15 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 or http://www.opensolaris.org/os/licensing.
17 See the License for the specific language governing permissions
18 and limitations under the License.
20 When distributing Covered Code, include this CDDL HEADER in each
21 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
22 If applicable, add the following below this CDDL HEADER, with the
23 fields enclosed by brackets "[]" replaced with your own identifying
24 information: Portions Copyright [yyyy] [name of copyright owner]
28 NOTE: This service manifest is not editable; its contents will
29 be overwritten by package or patch operations, including
30 operating system upgrade. Make customizations in a different
34 <service_bundle type='manifest' name='SUNWcsr:single-user'>
37 name='milestone/single-user'
41 <create_default_instance enabled='true' />
47 grouping='require_all'
50 <service_fmri value='svc:/system/identity:node' />
54 name='filesystem-minimal'
55 grouping='require_all'
58 <service_fmri value='svc:/system/filesystem/minimal' />
62 name='milestone-devices'
63 grouping='require_all'
66 <service_fmri value='svc:/milestone/devices' />
71 grouping='require_all'
74 <service_fmri value='svc:/system/manifest-import' />
78 name='loopback-network'
79 grouping='require_any'
82 <service_fmri value='svc:/network/loopback' />
87 grouping='optional_all'
90 <service_fmri value='svc:/milestone/network' />
94 We can't know how long legacy init scripts will take to run. Set
95 the timeout value high enough to allow them to take their time
102 exec='/sbin/rcS start'
103 timeout_seconds='1800' />
109 timeout_seconds='0' />
112 The init scripts should never automatically be run twice.
113 duration=transient tells svc.startd not to restart if no
114 processes are left running, and timeout_retry=false tells
115 svc.startd not to retry the start method if it times out.
117 <property_group name='startd' type='framework'>
118 <propval name='duration' type='astring' value='transient' />
119 <propval name='timeout_retry' type='boolean' value='false' />
122 <stability value='Evolving' />
126 <loctext xml:lang='C'>
127 single-user milestone
131 <manpage title='init' section='1M'
132 manpath='/usr/share/man' />