ollama server how to run on startup #419
-
ive realised that i have to keep inputting this command everytime i want to use it has anyone found a way to make it run on bootup so the server is up indefinitely or some way to manage it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, I found a solution that might help you with running the Ollama server on startup. I came across this solution while trying to solve another issue I was facing, but I believe it should also work for your case. You need to modify the
This configuration should allow the Ollama server to start automatically at bootup. |
Beta Was this translation helpful? Give feedback.
-
https://www.howto-outlook.com/howto/powershell-scripts-faq-tips-and-tricks.htm#google_vignette is a tuturial to add tasks to windows and set the command in the file to: |
Beta Was this translation helpful? Give feedback.
-
The macOS Ollama application is managed by launchctl setenv OLLAMA_ORIGINS "app://obsidian.md*" Then, restart the Ollama application. |
Beta Was this translation helpful? Give feedback.
https://www.howto-outlook.com/howto/powershell-scripts-faq-tips-and-tricks.htm#google_vignette
is a tuturial to add tasks to windows and set the command in the file to:
$env:OLLAMA_ORIGINS="app://obsidian.md*"; ollama serve