-
-
Save janeczku/ddebf98c81e3380c2b8d8c4f0365958e to your computer and use it in GitHub Desktop.
Disable open-vmware-tools scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /etc/vmware-tools/tools.conf | |
[powerops] | |
poweron-script= | |
resume-script= | |
suspend-script= | |
poweroff-script= | |
Default resume script calls `/etc/init.d/networking restart` | |
Custom resume script: | |
sudo ros service restart network | |
VMwareToolboxCmd.exe script script-name set script-path | |
See comments in the default script files for each power operation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment