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