[Unit] Description=Ollama local LLM service After=network.target [Service] Type=simple User=root ExecStart=/usr/local/bin/ollama serve Restart=always RestartSec=10 [Install] WantedBy=multi-user.target