13 lines
298 B
SYSTEMD
13 lines
298 B
SYSTEMD
|
[Unit]
|
||
|
Description=open-vm-tools: vgauth service for virtual machines hosted on VMware
|
||
|
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
|