ollama stuff
listen on all interfaces
add a custom env variable under the Service part called OLLAMA_HOST
[Service] Environment="OLLAMA_HOST=0.0.0.0:11434"
reload systemd config for services
systemctl daemon-reload
restart ollama service
systemctl restart ollama.service
check if ollama is running properly, should output 1
netstat -lnpt | grep ollama | grep -c 11434
check ollama version running
ollama -v