Update linux.md (#3847)
Add -e to viewing logs in order to show end of ollama logs
This commit is contained in:
parent
b08870aff3
commit
ee02f548c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue