We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When WSL2 VM first boots the process hangs and you don't even see prompt. When WSL2 already booted everything works fine.
I changed command to setsid, added -f to it and first boot stated working fine again. So the final command looks like this:
setsid
-f
setsid -f nohup socat UNIX-LISTEN:$SSH_AUTH_SOCK,fork SOCKET-CONNECT:40:0:x0000x33332222x02000000x00000000 >/dev/null 2>&1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When WSL2 VM first boots the process hangs and you don't even see prompt. When WSL2 already booted everything works fine.
I changed command to
setsid
, added-f
to it and first boot stated working fine again. So the final command looks like this:The text was updated successfully, but these errors were encountered: