Starts host socket_forward_proxy after ivshmem server

BUG: 78466619
Test: build and boot omr1, see sfp start
Change-Id: I5067137eadad65e88ef7b75c4e63cffc044638c3
diff --git a/host/commands/launch/main.cc b/host/commands/launch/main.cc
index 615d6e0..8929488 100644
--- a/host/commands/launch/main.cc
+++ b/host/commands/launch/main.cc
@@ -463,8 +463,6 @@
 
   std::string entropy_source = "/dev/urandom";
 
-  LaunchSocketForwardProxyIfEnabled();
-
   config::GuestConfig cfg;
   cfg.SetID(FLAGS_instance)
       .SetVCPUs(FLAGS_cpus)
@@ -507,6 +505,8 @@
 
   sleep(1);
 
+  LaunchSocketForwardProxyIfEnabled();
+
   // Initialize the regions that require it before the VM starts.
   PreLaunchInitializers::Initialize();