org.postgres.plist 606 B

123456789101112131415161718
  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>Disabled</key><false/>
  6. <key>KeepAlive</key><true/>
  7. <key>Label</key><string>org.postgres</string>
  8. <key>ProgramArguments</key>
  9. <array>
  10. <string>/Applications/Postgres.app/Contents/Versions/9.4/bin/postgres</string>
  11. <string>-D</string>
  12. <string>/var/db/postgres</string>
  13. </array>
  14. <key>UserName</key><string>_postgres</string>
  15. <key>RunAtLoad</key><true/>
  16. <key>LaunchOnlyOnce</key><false/>
  17. </dict>
  18. </plist>