Revert commit 66c0185a3 and follow-on patches.
[pgsql.git] / contrib / start-scripts / macos / org.postgresql.postgres.plist
blobfdbd74f27d4564c8840b0791cb5c4eb23c7d4cf1
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>Label</key>
6 <string>org.postgresql.postgres</string>
7 <key>ProgramArguments</key>
8 <array>
9 <string>/bin/sh</string>
10 <string>/usr/local/pgsql/bin/postgres-wrapper.sh</string>
11 </array>
12 <key>UserName</key>
13 <string>postgres</string>
14 <key>KeepAlive</key>
15 <true/>
16 </dict>
17 </plist>