WSL.md added

This commit is contained in:
Michael Schlapa
2020-06-27 01:28:28 +02:00
parent 0d4ad693c7
commit 9429dac815

6
WSL.md Normal file
View File

@@ -0,0 +1,6 @@
# Windows Subsystem for Linux (Ubuntu)
## Restart a service
```
sudo service ssh --full-restart
```