- 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
14 lines
193 B
Desktop File
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
|