From f533b3ef76df799391d81a1693ef46bea20a3a0f Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 15 Nov 2025 16:33:31 +0200 Subject: [PATCH] Start the Ollama server automatically on boot --- .config/containers/systemd/ollama.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/containers/systemd/ollama.container b/.config/containers/systemd/ollama.container index 6ae7f6c..b6475ab 100644 --- a/.config/containers/systemd/ollama.container +++ b/.config/containers/systemd/ollama.container @@ -11,7 +11,7 @@ Volume=%h/.local/share/ollama:/root/.ollama:ro,z # keep-sorted end [Install] -WantedBy=multi-user.target +WantedBy=default.target [Service] # keep-sorted start