Skip to content

Instantly share code, notes, and snippets.

@discreet
Created July 8, 2014 12:51
Show Gist options
  • Save discreet/3b7079a05da2769cdcda to your computer and use it in GitHub Desktop.
Save discreet/3b7079a05da2769cdcda to your computer and use it in GitHub Desktop.
vmware-tools as a service centos 6
cp /etc/vmware-tools/services.sh /etc/init.d/vmware-tools
vim /etc/init.d/vmware-tools
Paste the following just below the line ##VMWARE_INIT_INFO## and save:
chkconfig: 235 03 99
chkconfig --add vmware-tools
chkconfig vmware-tools on
services vmware-tools restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment