修改 /usr/local/etc/rc.d/vmware-tools.sh, 加上紅色字串部分即可
# Start the guest OS daemon
vmware_start_guestd() {
cd "$vmdb_answer_SBINDIR" && "$vmdb_answer_SBINDIR"/vmware-guestd \
--background "$GUESTD_PID_FILE" --halt-command "/sbin/halt -p"
}