From c300ce492cc04bcf155da481fc81180faa5c7afb Mon Sep 17 00:00:00 2001 From: Mike_Went Date: Sun, 1 Aug 2021 16:30:34 +0300 Subject: [PATCH] fix command in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit journal → journalctl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528c203..45aecf1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ sudo systemctl start some-app-development And view the logs for it: ```bash -$ sudo journal -u some-app-development +$ sudo journalctl -u some-app-development ``` ### Configuring service file