ajout de ollama

This commit is contained in:
root
2026-07-24 09:04:24 +02:00
parent 14b24ed97a
commit 2edb72ed75
9 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2
supervisor=supervise-daemon
description="Ollama Service"
command="/usr/bin/ollama"
command_args="serve"
command_user="ollama:ollama"