1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>
6	<true/>
7	<key>Label</key>
8	<string>org.postgresql.postgres</string>
9	<key>UserName</key>
10	<string>_postgres</string>
11	<key>GroupName</key>
12	<string>_postgres</string>
13	<key>ProgramArguments</key>
14	<array>
15		<string>/Applications/Server.app/Contents/ServerRoot/usr/bin/postgres</string>
16		<string>--apple-configuration</string>
17		<string>/Library/Server/PostgreSQL/Config/org.postgresql.postgres.plist</string>
18	</array>
19	<key>OnDemand</key>
20	<false/>
21	<key>StandardErrorPath</key>
22	<string>/Library/Logs/PostgreSQL/PostgreSQL.log</string>
23	<key>StandardOutPath</key>
24	<string>/Library/Logs/PostgreSQL/PostgreSQL.log</string>
25</dict>
26</plist>
27