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