9804 hal-set-property should support --direct option
[unleashed.git] / usr / src / cmd / dlmgmtd / dlmgmt.xml
blobe0781a8d8b20e716d5ec024e12f7a0d621450445
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
4  CDDL HEADER START
6  The contents of this file are subject to the terms of the
7  Common Development and Distribution License (the "License").
8  You may not use this file except in compliance with the License.
10  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11  or http://www.opensolaris.org/os/licensing.
12  See the License for the specific language governing permissions
13  and limitations under the License.
15  When distributing Covered Code, include this CDDL HEADER in each
16  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17  If applicable, add the following below this CDDL HEADER, with the
18  fields enclosed by brackets "[]" replaced with your own identifying
19  information: Portions Copyright [yyyy] [name of copyright owner]
21  CDDL HEADER END
23         Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24         Use is subject to license terms.
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:dlmgmtd'>
36 <service
37         name='network/datalink-management'
38         type='service'
39         version='1'>
41         <create_default_instance enabled='true' />
43         <single_instance/>
45         <dependent name='dlmgmt-install-discovery'
46                 grouping='require_all'
47                 restart_on='none'>
48                 <service_fmri value='svc:/system/install-discovery' />
49         </dependent>
51         <dependent name='dlmgmt-device-system'
52                 grouping='require_all'
53                 restart_on='none'>
54                 <service_fmri value='svc:/system/device/local' />
55         </dependent>
57         <dependent name='dlmgmt-network-physical'
58                 grouping='require_all'
59                 restart_on='none'>
60                 <service_fmri value='svc:/network/physical' />
61         </dependent>
63         <exec_method
64                 type='method'
65                 name='start'
66                 exec='/lib/svc/method/svc-dlmgmtd'
67                 timeout_seconds='60'>
68         </exec_method>
70         <exec_method
71                 type='method'
72                 name='stop'
73                 exec=':kill'
74                 timeout_seconds='3' />
76         <stability value='Unstable' />
78         <template>
79                 <common_name>
80                         <loctext xml:lang='C'> data-link management daemon
81                         </loctext>
82                 </common_name>
83                 <documentation>
84                         <manpage title='dlmgmtd' section='1M'
85                                 manpath='/usr/share/man' />
86                 </documentation>
87         </template>
88 </service>
90 </service_bundle>