dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / svc / milestone / network-routing-setup.xml
blobfb1a915b830f1bc3e0ef29822d03cccb33d190a0
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
5  Use is subject to license terms.
7  CDDL HEADER START
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]
24  CDDL HEADER END
26         ident   "%Z%%M% %I%     %E% SMI"
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
31         file.
32 -->
34 <service_bundle type='manifest' name='SUNWcsr:routing-setup'>
36 <service
37         name='network/routing-setup'
38         type='service'
39         version='2'>
41         <!-- loopback/physical network configuration is required -->
42         <dependency
43                 name='network'
44                 grouping='optional_all'
45                 restart_on='none'
46                 type='service'>
47                 <service_fmri value='svc:/milestone/network' />
48         </dependency>
50         <!-- usr filesystem required to run routing-related commands -->
51         <dependency
52                 name='filesystem'
53                 grouping='require_all'
54                 restart_on='none'
55                 type='service'>
56                 <service_fmri value='svc:/system/filesystem/usr' />
57         </dependency>
59         <dependency
60                 name='devices'
61                 grouping='require_all'
62                 restart_on='none'
63                 type='service'>
64                 <service_fmri value='svc:/milestone/devices' />
65         </dependency>
67         <exec_method
68                 type='method'
69                 name='start'
70                 exec='/lib/svc/method/net-routing-setup'
71                 timeout_seconds='600'>
72         </exec_method>
74         <exec_method
75                 type='method'
76                 name='stop'
77                 exec=':true'
78                 timeout_seconds='3'>
79         </exec_method>
81         <property_group name='startd' type='framework'>
82                 <propval name='duration' type='astring' value='transient' />
83         </property_group>
85         <instance name='default' enabled='true' >
87         </instance>
89         <stability value='Unstable' />
91         <template>
92                 <common_name>
93                         <loctext xml:lang='C'>
94                                 Initial routing-related configuration.
95                         </loctext>
96                 </common_name>
97         </template>
98 </service>
100 </service_bundle>