ollamafy / ollama.service
unclemusclez's picture
changing user to ollamafy
db634f1 verified
raw
history blame
196 Bytes
[Unit]
Description=Ollama Service
After=network-online.target
[Service]
ExecStart=/usr/bin/ollama serve
User=ollamafy
Group=ollamafy
Restart=always
RestartSec=3
[Install]
WantedBy=default.target