Open jenrik opened 2 years ago
Add support for running wsldhost as a Windows service. This will hopefully enable us to auto start wsldhost on startup.
wsldhost
The windows_service crate appears to implement the scaffolding to implement a Windows service.
windows_service
Add support for running
wsldhost
as a Windows service. This will hopefully enable us to auto startwsldhost
on startup.The
windows_service
crate appears to implement the scaffolding to implement a Windows service.