(boo#1236008) - cleanup reproducible.patch OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=73
15 lines
232 B
Desktop File
15 lines
232 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
|
|
EnvironmentFile=-/etc/sysconfig/ollama
|
|
|
|
[Install]
|
|
WantedBy=default.target
|