Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/open-vm-tools/files: vmtoolsd.service
Date: Sat, 31 Aug 2013 06:26:09
Message-Id: 20130831062606.4E1DC2004B@flycatcher.gentoo.org
1 pacho 13/08/31 06:26:06
2
3 Added: vmtoolsd.service
4 Log:
5 Add unit file (#480714 by Billy DeVincentis)
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 app-emulation/open-vm-tools/files/vmtoolsd.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/files/vmtoolsd.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/files/vmtoolsd.service?rev=1.1&content-type=text/plain
14
15 Index: vmtoolsd.service
16 ===================================================================
17 [Unit]
18 Description=Service for virtual machines hosted on VMware
19 Documentation=http://open-vm-tools.sourceforge.net/about.php
20 ConditionVirtualization=vmware
21
22 [Service]
23 ExecStart=/usr/bin/vmtoolsd
24 TimeoutStopSec=5
25
26 [Install]
27 WantedBy=multi-user.target