Files
infra/dotfiles/desktop/.config/service/ollama/run
2026-04-14 14:12:30 +02:00

10 lines
163 B
Bash
Executable File

#!/bin/sh
set -eu
if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then
exec chpst -e "$TURNSTILE_ENV_DIR" /usr/local/bin/ollama serve
fi
exec /usr/local/bin/ollama serve