add python/ipaddress-1.0.18
[unleashed-userland.git] / components / sysutils / open-vm-tools / files / open-vm-tools.xml
blobe734a52a46a9bf0e92e03499ef55ee9e62e1a171
1 <?xml version="1.0" ?>
2 <!--
3     CDDL HEADER START
5     The contents of this file are subject to the terms of the
6     Common Development and Distribution License (the "License").
7     You may not use this file except in compliance with the License.
9     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10     or http://www.opensolaris.org/os/licensing.
11     See the License for the specific language governing permissions
12     and limitations under the License.
14     When distributing Covered Code, include this CDDL HEADER in each
15     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16     If applicable, add the following below this CDDL HEADER, with the
17     fields enclosed by brackets "[]" replaced with your own identifying
18     information: Portions Copyright [yyyy] [name of copyright owner]
20     CDDL HEADER END
21 -->
23 <!--
24     Copyright (c) 2014 by Delphix.
25     All rights reserved.
26 -->
27 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
28 <service_bundle type="manifest" name="system/virtualization/open-vm-tools">
29     <service version="1" type="service" name="system/virtualization/open-vm-tools">
30         <create_default_instance enabled="true" />
32         <dependency restart_on="none" type="service" name="multi_user_dependency" grouping="require_all">
33             <service_fmri value="svc:/milestone/multi-user"/>
34         </dependency>
36         <exec_method timeout_seconds="60" type="method" name="start"
37             exec="/usr/bin/vmtoolsd &amp;"
38             />
39         <exec_method timeout_seconds="60" type="method" name="stop"
40             exec=":kill"/>
41         <exec_method timeout_seconds="60" type="method" name="refresh"
42             exec=":kill -1"/> <!-- SIGHUP -->
43         <template>
44             <common_name>
45                 <loctext xml:lang="C">
46                     Open Virtual Machine Tools
47                 </loctext>
48             </common_name>
49             <description>
50                 <loctext xml:lang="C">
51                     The Open Virtual Machine Tools project aims to provide a suite of open source virtualization utilities and drivers to improve the functionality and user experience of virtualization. The project currently runs in guest operating systems under VMware hypervisor.
52                 </loctext>
53             </description>
54         </template>
55     </service>
56 </service_bundle>