nbdd0121 / wsld

WSL Daemon - Stable X11 connection and time synchronisation for WSL2
Apache License 2.0
298 stars 24 forks source link

Sample startup script never ends if wsld is not running yet #12

Closed alex-pravdin-sn closed 3 years ago

alex-pravdin-sn commented 3 years ago

Hi, thank you for the cool app! I tried to copy-paste the sample auto-run script https://github.com/nbdd0121/wsld/blob/master/docs/auto.md#on-wsl2 on Ubuntu 20 WSL2 and it never ends if wsld is not running yet. Could you fix it, please?

alex-pravdin-sn commented 3 years ago

This command worked for me: nohup wsld > /dev/null 2>&1 & disown

alex-pravdin-sn commented 3 years ago

It seems it was my misconfiguration