From 5306b0269db6c6c4f716ff6c3c4514d5aba74c19 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 25 Sep 2023 16:10:32 -0700 Subject: [PATCH] Update linux.md --- docs/linux.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/linux.md b/docs/linux.md index a3a51740..e473907f 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -72,3 +72,12 @@ Then start the service: sudo systemctl daemon-reload sudo systemctl enable ollama ``` + +### Viewing logs + +To view logs of Ollama running as a startup service, run: + +``` +journalctl -u ollama +``` +