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>com.apple.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/xpostgres</string>
16		<string>-a</string>
17		<string>/Library/Server/PostgreSQL For Server Services/Config/com.apple.postgres.plist</string>
18	</array>
19	<key>OnDemand</key>
20	<false/>
21 	<key>StandardErrorPath</key>
22  	<string>/Library/Logs/PostgreSQL/PostgreSQL_Server_Services.log</string>
23  	<key>StandardOutPath</key>
24	<string>/Library/Logs/PostgreSQL/PostgreSQL_Server_Services.log</string>
25	<key>ExitTimeOut</key>
26	<integer>60</integer>
27</dict>
28</plist>
29