Last active
February 9, 2025 14:54
-
-
Save sergiocasero/dac329cfe0a3c86d756f88f76741a32b to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>ollama</string> | |
<key>StandardOutPath</key> | |
<string>/Users/m1/.ollama/launchd.stdout.log</string> | |
<key>StandardErrorPath</key> | |
<string>/Users/m1/.ollama/launchd.stderr.log</string> | |
<key>EnvironmentVariables</key> | |
<dict> | |
<key>OLLAMA_HOST</key> | |
<string>0.0.0.0:11434</string> | |
</dict> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/local/bin/ollama</string> | |
<string>serve</string> | |
</array> | |
<key>UserName</key> | |
<string>m1</string> | |
<key>GroupName</key> | |
<string>staff</string> | |
<key>ExitTimeOut</key> | |
<integer>30</integer> | |
<key>Disabled</key> | |
<false /> | |
<key>KeepAlive</key> | |
<true /> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment