Advertisement
Guest User

Untitled

a guest
Jul 6th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [root@rhel8-base log]# cat /usr/lib/systemd/system/vmtoolsd.service
  2. [Unit]
  3. Description=Service for virtual machines hosted on VMware
  4. Documentation=http://github.com/vmware/open-vm-tools
  5. ConditionVirtualization=vmware
  6. Requires=vgauthd.service
  7. After=vgauthd.service
  8. DefaultDependencies=no
  9. Before=cloud-init-local.service
  10.  
  11. [Service]
  12. ExecStart=/usr/bin/vmtoolsd
  13. TimeoutStopSec=5
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
  17. Also=vgauthd.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement