<?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>AbandonProcessGroup</key>
	<true/>
	<key>Label</key>
	<string>net.stiefels.postgresql.starter</string>
	<key>ProgramArguments</key>
	<array>
		<string>/opt/local/postgresql83b3/bin/pg_ctl</string>
		<string>-D</string>
		<string>/opt/local/postgresql83b3/data</string>
		<string>-l</string>
		<string>/opt/local/postgresql83b3/log.txt</string>
		<string>start</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
</dict>
</plist>
