homebrew.mxcl.postgresql@14.plist 929 B

1234567891011121314151617181920212223242526272829303132
  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>KeepAlive</key>
  6. <true/>
  7. <key>Label</key>
  8. <string>homebrew.mxcl.postgresql@14</string>
  9. <key>LimitLoadToSessionType</key>
  10. <array>
  11. <string>Aqua</string>
  12. <string>Background</string>
  13. <string>LoginWindow</string>
  14. <string>StandardIO</string>
  15. <string>System</string>
  16. </array>
  17. <key>ProgramArguments</key>
  18. <array>
  19. <string>/opt/homebrew/opt/postgresql@14/bin/postgres</string>
  20. <string>-D</string>
  21. <string>/opt/homebrew/var/postgresql@14</string>
  22. </array>
  23. <key>RunAtLoad</key>
  24. <true/>
  25. <key>StandardErrorPath</key>
  26. <string>/opt/homebrew/var/log/postgresql@14.log</string>
  27. <key>StandardOutPath</key>
  28. <string>/opt/homebrew/var/log/postgresql@14.log</string>
  29. <key>WorkingDirectory</key>
  30. <string>/opt/homebrew</string>
  31. </dict>
  32. </plist>