Update linux.md
This commit is contained in:
parent
7de0c8345d
commit
5306b0269d
|
@ -72,3 +72,12 @@ Then start the service:
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl enable ollama
|
sudo systemctl enable ollama
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Viewing logs
|
||||||
|
|
||||||
|
To view logs of Ollama running as a startup service, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
journalctl -u ollama
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue