vgauth.service 408 B

123456789101112131415
  1. [Unit]
  2. Description=Authentication service for virtual machines hosted on VMware
  3. Documentation=http://github.com/vmware/open-vm-tools
  4. ConditionVirtualization=vmware
  5. DefaultDependencies=no
  6. After=systemd-remount-fs.service systemd-tmpfiles-setup.service
  7. After=apparmor.service
  8. PartOf=open-vm-tools.service
  9. [Service]
  10. ExecStart=/usr/bin/VGAuthService
  11. TimeoutStopSec=5
  12. [Install]
  13. RequiredBy=open-vm-tools.service