Update linux.md (#3847)

Add -e to viewing logs in order to show end of ollama logs
This commit is contained in:
Mohamed A. Fouad
2024-05-06 19:02:25 -03:00
committed by GitHub
parent b08870aff3
commit ee02f548c8

View File

@@ -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