Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created December 6, 2018 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/5c3e72445c7b5a8c7e476195c34ac380 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/5c3e72445c7b5a8c7e476195c34ac380 to your computer and use it in GitHub Desktop.
[Unit]
After=dbus.service
Description=Service for virtual machines hosted on VMware
Documentation=http://open-vm-tools.sourceforge.net/about.php
ConditionVirtualization=vmware
DefaultDependencies=no
Before=cloud-init-local.service
[Service]
ExecStart=/usr/bin/vmtoolsd
TimeoutStopSec=5
[Install]
WantedBy=multi-user.target
@mrlesmithjr
Copy link
Author

mrlesmithjr commented Dec 6, 2018

sudo bash -c "sed -i '2iAfter=dbus.service' /lib/systemd/system/open-vm-tools.service"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment