16 lines
408 B
Desktop File
16 lines
408 B
Desktop File
[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
|