forked from pool/ollama
- Update to version 0.4.5: - Update to version 0.4.4: - Update to version 0.4.3: OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=68
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
|