Added Ollama

This commit is contained in:
2026-04-22 13:01:52 +02:00
parent ff3e326e9a
commit 6dcebb2b3e
4 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Ollama Embedded AI Service
After=network-online.target
[Service]
ExecStart=/usr/bin/ollama serve
User=ollama
Group=ollama
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target