浏览代码

Update linux.md (#3847)

Add -e to viewing logs in order to show end of ollama logs
Mohamed A. Fouad 1 年之前
父节点
当前提交
ee02f548c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/linux.md

+ 1 - 1
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