2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
9 The contents of this file are subject to the terms of the
10 Common Development and Distribution License (the "License").
11 You may not use this file except in compliance with the License.
13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 or http://www.opensolaris.org/os/licensing.
15 See the License for the specific language governing permissions
16 and limitations under the License.
18 When distributing Covered Code, include this CDDL HEADER in each
19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 If applicable, add the following below this CDDL HEADER, with the
21 fields enclosed by brackets "[]" replaced with your own identifying
22 information: Portions Copyright [yyyy] [name of copyright owner]
26 NOTE: This service manifest is not editable; its contents will
27 be overwritten by package or patch operations, including
28 operating system upgrade. Make customizations in a different
32 <service_bundle type='manifest' name='SUNWcsr:network-service'>
35 network/service is the fourth service containing aggregated TCP/IP
36 service initialization. It will decompose into its constituent
41 name='network/service'
45 <create_default_instance enabled='true' />
49 grouping='optional_all'
52 <service_fmri value='svc:/network/initial' />
56 We require the root, usr and minimal filesystems, since
57 this service writes to/reads from /tmp, /etc, /var and
58 runs programs under /usr.
62 grouping='require_all'
65 <service_fmri value='svc:/system/filesystem/root' />
66 <service_fmri value='svc:/system/filesystem/usr' />
67 <service_fmri value='svc:/system/filesystem/minimal' />
72 grouping='optional_all'
75 <service_fmri value='svc:/network/nis/server' />
80 grouping='optional_all'
83 <service_fmri value='svc:/network/nis/client' />
87 DNS is potentially configured by the DHCP actions in
88 network/service, and cannot presently be used to store data
95 exec='/lib/svc/method/net-svc start'
96 timeout_seconds='600' />
102 timeout_seconds='3' />
104 <property_group name='startd' type='framework'>
105 <propval name='duration' type='astring' value='transient' />
108 <stability value='Unstable' />
112 <loctext xml:lang='C'>
113 layered network services
117 <loctext xml:lang='C'>
118 Network infrastructure services
119 requiring name service availability.
123 <manpage title='ifconfig' section='1M'
124 manpath='/usr/share/man' />