org.postgresql.postgres.plist 627 B

1234567891011121314151617181920
  1. <?xml version='1.0' encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version='1.0'>
  4. <dict>
  5. <key>Label</key>
  6. <string>org.postgresql.postgres</string>
  7. <key>ProgramArguments</key>
  8. <array>
  9. <string>/usr/local/pgsql/bin/postmaster</string>
  10. <string>-D</string>
  11. <string>/usr/local/pgsql/data</string>
  12. <string>-d</string>
  13. <string>5</string>
  14. </array>
  15. <key>Enabled</key><true/>
  16. <key>KeepAlive</key><true/>
  17. <key>UserName</key>
  18. <string>_postgres</string>
  19. </dict>
  20. </plist>