ollama/ollama.service
Eyad Issa 16f46deeb3 - Removed 01-build-verbose.patch: embedded GOFLAG into .spec file
- Disabled reproducible.patch: should be not needed, as .gz is
  not produced anymore
- Update to version 0.5.7:

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=72
2025-01-17 00:02:27 +00:00

14 lines
193 B
Desktop File

[Unit]
Description=Ollama Service
After=network-online.target
[Service]
ExecStart=/usr/bin/ollama serve
User=ollama
Group=ollama
Restart=always
RestartSec=3
[Install]
WantedBy=default.target