File: open-vm-tools.service

package info (click to toggle)
open-vm-tools 2%3A13.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,312 kB
  • sloc: ansic: 180,399; cpp: 11,437; sh: 2,881; makefile: 2,468; xml: 6
file content (18 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Service for virtual machines hosted on VMware
Documentation=http://open-vm-tools.sourceforge.net/about.php
ConditionVirtualization=vmware
DefaultDependencies=no
Before=cloud-init-local.service
After=vgauth.service
After=apparmor.service
RequiresMountsFor=/tmp
After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-modules-load.service

[Service]
ExecStart=/usr/bin/vmtoolsd
TimeoutStopSec=5

[Install]
WantedBy=multi-user.target
Alias=vmtoolsd.service