postgresql/contrib/start-scripts/macos/org.postgresql.postgres.plist

18 lines
462 B
Plaintext

<?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>Label</key>
<string>org.postgresql.postgres</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>/usr/local/pgsql/bin/postgres-wrapper.sh</string>
</array>
<key>UserName</key>
<string>postgres</string>
<key>KeepAlive</key>
<true/>
</dict>
</plist>