Last active
April 24, 2026 02:01
-
-
Save OndraZizka/cc4bc966b43d39332130c1b30057870e to your computer and use it in GitHub Desktop.
AI CLI stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Edit the config | |
| sudo systemctl edit ollama.service | |
| ## Notify systemd about changes | |
| sudo systemctl daemon-reload | |
| ## Apply the config to Ollama | |
| sudo systemctl restart ollama |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment