Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created January 21, 2025 22:05
Show Gist options
  • Save sirkirby/88904074612946ea95535199fc669029 to your computer and use it in GitHub Desktop.
Save sirkirby/88904074612946ea95535199fc669029 to your computer and use it in GitHub Desktop.
Ollama start and stop service on mac
# to start
launchctl load ~/Library/LaunchAgents/com.user.ollama.plist
launchctl start com.user.ollama
# to stop
launchctl stop com.user.ollama
launchctl unload ~/Library/LaunchAgents/com.user.ollama.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment