This message was deleted.
# rancher-desktop
a
This message was deleted.
f
This should work. Not sure if there are any logs, but you could easily add some logging yourself:
Copy code
#!/bin/sh
date >> /var/log/vpnkit.log
/mnt/c/Windows/system32/wsl.exe -d wsl-vpnkit service wsl-vpnkit start >> /var/log/vpnkit.log
If the file isn't created at all, then the script may not be running. Otherwise it may include some info about what is happening.
295 Views