From ee02f548c82f8a81dd023fa0d15ccdf840389ef9 Mon Sep 17 00:00:00 2001 From: "Mohamed A. Fouad" <111041768+moresearch@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:25 -0300 Subject: [PATCH] Update linux.md (#3847) Add -e to viewing logs in order to show end of ollama logs --- docs/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux.md b/docs/linux.md index 0ef4a30f..9e7e06fa 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -105,7 +105,7 @@ sudo chmod +x /usr/bin/ollama To view logs of Ollama running as a startup service, run: ```bash -journalctl -u ollama +journalctl -e -u ollama ``` ## Uninstall