xref: /titanic_52/usr/src/cmd/dlmgmtd/dlmgmt.xml (revision d62bc4badc1c1f1549c961cfb8b420e650e1272b)
1*d62bc4baSyz147064<?xml version="1.0"?>
2*d62bc4baSyz147064<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3*d62bc4baSyz147064<!--
4*d62bc4baSyz147064 CDDL HEADER START
5*d62bc4baSyz147064
6*d62bc4baSyz147064 The contents of this file are subject to the terms of the
7*d62bc4baSyz147064 Common Development and Distribution License (the "License").
8*d62bc4baSyz147064 You may not use this file except in compliance with the License.
9*d62bc4baSyz147064
10*d62bc4baSyz147064 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11*d62bc4baSyz147064 or http://www.opensolaris.org/os/licensing.
12*d62bc4baSyz147064 See the License for the specific language governing permissions
13*d62bc4baSyz147064 and limitations under the License.
14*d62bc4baSyz147064
15*d62bc4baSyz147064 When distributing Covered Code, include this CDDL HEADER in each
16*d62bc4baSyz147064 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17*d62bc4baSyz147064 If applicable, add the following below this CDDL HEADER, with the
18*d62bc4baSyz147064 fields enclosed by brackets "[]" replaced with your own identifying
19*d62bc4baSyz147064 information: Portions Copyright [yyyy] [name of copyright owner]
20*d62bc4baSyz147064
21*d62bc4baSyz147064 CDDL HEADER END
22*d62bc4baSyz147064
23*d62bc4baSyz147064	Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*d62bc4baSyz147064	Use is subject to license terms.
25*d62bc4baSyz147064
26*d62bc4baSyz147064	ident	"%Z%%M%	%I%	%E% SMI"
27*d62bc4baSyz147064
28*d62bc4baSyz147064	NOTE:  This service manifest is not editable; its contents will
29*d62bc4baSyz147064	be overwritten by package or patch operations, including
30*d62bc4baSyz147064	operating system upgrade.  Make customizations in a different
31*d62bc4baSyz147064	file.
32*d62bc4baSyz147064-->
33*d62bc4baSyz147064
34*d62bc4baSyz147064<service_bundle type='manifest' name='SUNWcsr:dlmgmtd'>
35*d62bc4baSyz147064
36*d62bc4baSyz147064<service
37*d62bc4baSyz147064	name='network/datalink-management'
38*d62bc4baSyz147064	type='service'
39*d62bc4baSyz147064	version='1'>
40*d62bc4baSyz147064
41*d62bc4baSyz147064	<create_default_instance enabled='true' />
42*d62bc4baSyz147064
43*d62bc4baSyz147064	<single_instance/>
44*d62bc4baSyz147064
45*d62bc4baSyz147064	<dependent name='dlmgmt-install-discovery'
46*d62bc4baSyz147064		grouping='require_all'
47*d62bc4baSyz147064		restart_on='none'>
48*d62bc4baSyz147064		<service_fmri value='svc:/system/install-discovery' />
49*d62bc4baSyz147064	</dependent>
50*d62bc4baSyz147064
51*d62bc4baSyz147064	<dependent name='dlmgmt-device-system'
52*d62bc4baSyz147064		grouping='require_all'
53*d62bc4baSyz147064		restart_on='none'>
54*d62bc4baSyz147064		<service_fmri value='svc:/system/device/local' />
55*d62bc4baSyz147064	</dependent>
56*d62bc4baSyz147064
57*d62bc4baSyz147064	<dependent name='dlmgmt-network-physical'
58*d62bc4baSyz147064		grouping='require_all'
59*d62bc4baSyz147064		restart_on='none'>
60*d62bc4baSyz147064		<service_fmri value='svc:/network/physical' />
61*d62bc4baSyz147064	</dependent>
62*d62bc4baSyz147064
63*d62bc4baSyz147064	<exec_method
64*d62bc4baSyz147064		type='method'
65*d62bc4baSyz147064		name='start'
66*d62bc4baSyz147064		exec='/lib/svc/method/svc-dlmgmtd'
67*d62bc4baSyz147064		timeout_seconds='60'>
68*d62bc4baSyz147064	</exec_method>
69*d62bc4baSyz147064
70*d62bc4baSyz147064	<exec_method
71*d62bc4baSyz147064		type='method'
72*d62bc4baSyz147064		name='stop'
73*d62bc4baSyz147064		exec=':kill'
74*d62bc4baSyz147064		timeout_seconds='3' />
75*d62bc4baSyz147064
76*d62bc4baSyz147064	<stability value='Unstable' />
77*d62bc4baSyz147064
78*d62bc4baSyz147064	<template>
79*d62bc4baSyz147064		<common_name>
80*d62bc4baSyz147064			<loctext xml:lang='C'> data-link management daemon
81*d62bc4baSyz147064			</loctext>
82*d62bc4baSyz147064		</common_name>
83*d62bc4baSyz147064		<documentation>
84*d62bc4baSyz147064			<manpage title='dlmgmtd' section='1M'
85*d62bc4baSyz147064				manpath='/usr/share/man' />
86*d62bc4baSyz147064		</documentation>
87*d62bc4baSyz147064	</template>
88*d62bc4baSyz147064</service>
89*d62bc4baSyz147064
90*d62bc4baSyz147064</service_bundle>
91