/lib/systemd/system/vgauth.service is in open-vm-tools 2:10.2.0-3ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=Authentication service for virtual machines hosted on VMware
Documentation=http://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
PartOf=open-vm-tools.service
[Service]
ExecStart=/usr/bin/VGAuthService
TimeoutStopSec=5
[Install]
RequiredBy=open-vm-tools.service
|