open-vm-tools/SOURCES/vgauthd.service

13 lines
263 B
SYSTEMD
Raw Normal View History

2019-12-17 09:21:15 +00:00
[Unit]
Description=VGAuth Service for open-vm-tools
Documentation=http://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
PartOf=vmtoolsd.service
[Service]
ExecStart=/usr/bin/VGAuthService -s
TimeoutStopSec=5
[Install]
RequiredBy=vmtoolsd.service