diff --git a/WSL.md b/WSL.md index 5ea3a31..835a83e 100644 --- a/WSL.md +++ b/WSL.md @@ -1,5 +1,13 @@ # Windows Subsystem for Linux (Ubuntu) -## Restart a service +## Services + +### Start/Stop/Get status a service + +``` +sudo service ssh +``` + +### Restart a service ``` sudo service ssh --full-restart