xref: /illumos-gate/usr/src/cmd/vntsd/vntsd.xml (revision bbf21555)
11ae08745Sheppo<?xml version="1.0"?>
21ae08745Sheppo<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
31ae08745Sheppo<!--
428b1e50eSSriharsha Basavapatna Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
51ae08745Sheppo Use is subject to license terms.
61ae08745Sheppo
71ae08745Sheppo CDDL HEADER START
81ae08745Sheppo
91ae08745Sheppo The contents of this file are subject to the terms of the
101ae08745Sheppo Common Development and Distribution License (the "License").
111ae08745Sheppo You may not use this file except in compliance with the License.
121ae08745Sheppo
131ae08745Sheppo You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
141ae08745Sheppo or http://www.opensolaris.org/os/licensing.
151ae08745Sheppo See the License for the specific language governing permissions
161ae08745Sheppo and limitations under the License.
171ae08745Sheppo
181ae08745Sheppo When distributing Covered Code, include this CDDL HEADER in each
191ae08745Sheppo file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201ae08745Sheppo If applicable, add the following below this CDDL HEADER, with the
211ae08745Sheppo fields enclosed by brackets "[]" replaced with your own identifying
221ae08745Sheppo information: Portions Copyright [yyyy] [name of copyright owner]
231ae08745Sheppo
241ae08745Sheppo CDDL HEADER END
251ae08745Sheppo
261ae08745Sheppo	NOTE:  This service manifest is not editable; its contents will
271ae08745Sheppo	be overwritten by package or patch operations, including
281ae08745Sheppo	operating system upgrade.  Make customizations in a different
291ae08745Sheppo	file.
301ae08745Sheppo-->
311ae08745Sheppo
321ae08745Sheppo<service_bundle type='manifest' name='SUNWldomu:vntsd'>
331ae08745Sheppo
341ae08745Sheppo<service
351ae08745Sheppo    name='ldoms/vntsd'
361ae08745Sheppo    type='service'
371ae08745Sheppo    version='1'>
381ae08745Sheppo
391ae08745Sheppo	<create_default_instance enabled='false' />
401ae08745Sheppo
411ae08745Sheppo	<dependency
421ae08745Sheppo		name='network'
431ae08745Sheppo		grouping='optional_all'
441ae08745Sheppo		restart_on='error'
451ae08745Sheppo		type='service'>
461ae08745Sheppo		<service_fmri value='svc:/milestone/network' />
471ae08745Sheppo	</dependency>
481ae08745Sheppo
491ae08745Sheppo	<dependency
501ae08745Sheppo		name='syslog'
511ae08745Sheppo		grouping='optional_all'
521ae08745Sheppo		restart_on='none'
531ae08745Sheppo		type='service'>
541ae08745Sheppo		<service_fmri value='svc:/system/system-log' />
551ae08745Sheppo	</dependency>
561ae08745Sheppo
571ae08745Sheppo	<exec_method
581ae08745Sheppo	    type='method'
591ae08745Sheppo	    name='start'
601ae08745Sheppo	    exec='/lib/svc/method/svc-vntsd'
611ae08745Sheppo	    timeout_seconds='60' />
621ae08745Sheppo
631ae08745Sheppo	<exec_method
641ae08745Sheppo	    type='method'
651ae08745Sheppo	    name='stop'
661ae08745Sheppo	    exec=':kill'
671ae08745Sheppo	    timeout_seconds='30' />
681ae08745Sheppo
691ae08745Sheppo	<!-- these are passed to vntsd in the method script -->
701ae08745Sheppo	<property_group name='vntsd' type='application'>
71*bbf21555SRichard Lowe		<propval name='vcc_device' type='astring'
721ae08745Sheppo			value='virtual-console-concentrator@0' />
731ae08745Sheppo		<propval name='listen_addr' type='astring' value='localhost' />
741ae08745Sheppo		<propval name='timeout_minutes' type='integer' value='0' />
7528b1e50eSSriharsha Basavapatna		<propval name='authorization' type='astring' value='false' />
761ae08745Sheppo	</property_group>
771ae08745Sheppo
781ae08745Sheppo	<stability value='Unstable' />
791ae08745Sheppo
801ae08745Sheppo	<template>
811ae08745Sheppo		<common_name>
821ae08745Sheppo			<loctext xml:lang='C'>
831ae08745Sheppo			virtual network terminal server
841ae08745Sheppo			</loctext>
851ae08745Sheppo		</common_name>
861ae08745Sheppo		<documentation>
87*bbf21555SRichard Lowe			<manpage title='vntsd' section='8'
881ae08745Sheppo				manpath='/usr/share/man' />
891ae08745Sheppo		</documentation>
901ae08745Sheppo	</template>
911ae08745Sheppo</service>
921ae08745Sheppo
931ae08745Sheppo</service_bundle>
94