Files
hermes-recovery/systemd/ollama.service
T

14 lines
203 B
Desktop File

[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