homebrew.mxcl.colima.plist 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>EnvironmentVariables</key>
  6. <dict>
  7. <key>PATH</key>
  8. <string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin</string>
  9. </dict>
  10. <key>KeepAlive</key>
  11. <dict>
  12. <key>SuccessfulExit</key>
  13. <true/>
  14. </dict>
  15. <key>Label</key>
  16. <string>homebrew.mxcl.colima</string>
  17. <key>LimitLoadToSessionType</key>
  18. <array>
  19. <string>Aqua</string>
  20. <string>Background</string>
  21. <string>LoginWindow</string>
  22. <string>StandardIO</string>
  23. <string>System</string>
  24. </array>
  25. <key>ProgramArguments</key>
  26. <array>
  27. <string>/opt/homebrew/opt/colima/bin/colima</string>
  28. <string>start</string>
  29. <string>-f</string>
  30. </array>
  31. <key>RunAtLoad</key>
  32. <true/>
  33. <key>StandardErrorPath</key>
  34. <string>/opt/homebrew/var/log/colima.log</string>
  35. <key>StandardOutPath</key>
  36. <string>/opt/homebrew/var/log/colima.log</string>
  37. <key>WorkingDirectory</key>
  38. <string>/Users/colin.powell</string>
  39. </dict>
  40. </plist>