File: open-vm-tools.vgauth.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 (15 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Authentication service for virtual machines hosted on VMware
Documentation=http://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
DefaultDependencies=no
After=systemd-remount-fs.service systemd-tmpfiles-setup.service
After=apparmor.service
PartOf=open-vm-tools.service

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

[Install]
RequiredBy=open-vm-tools.service