1234567891011121314151617181920212223242526272829303132 |
- <?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>KeepAlive</key>
- <true/>
- <key>Label</key>
- <string>homebrew.mxcl.postgresql@14</string>
- <key>LimitLoadToSessionType</key>
- <array>
- <string>Aqua</string>
- <string>Background</string>
- <string>LoginWindow</string>
- <string>StandardIO</string>
- <string>System</string>
- </array>
- <key>ProgramArguments</key>
- <array>
- <string>/opt/homebrew/opt/postgresql@14/bin/postgres</string>
- <string>-D</string>
- <string>/opt/homebrew/var/postgresql@14</string>
- </array>
- <key>RunAtLoad</key>
- <true/>
- <key>StandardErrorPath</key>
- <string>/opt/homebrew/var/log/postgresql@14.log</string>
- <key>StandardOutPath</key>
- <string>/opt/homebrew/var/log/postgresql@14.log</string>
- <key>WorkingDirectory</key>
- <string>/opt/homebrew</string>
- </dict>
- </plist>
|