From 14ee818577752f6e030148ea2c6faf4a749a9a32 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Sat, 27 Jun 2020 01:32:54 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EWSL.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WSL.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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