浏览代码

Update linux.md

Jeffrey Morgan 1 年之前
父节点
当前提交
5306b0269d
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/linux.md

+ 9 - 0
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
+```
+