Created
January 21, 2025 22:05
-
-
Save sirkirby/88904074612946ea95535199fc669029 to your computer and use it in GitHub Desktop.
Ollama start and stop service on mac
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
# 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