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>ServiceName</key>
6	<string>postgresql</string>
7	<key>BackupBinaryPath</key>
8	<string/>
9	<key>BackupLog</key>
10	<string/>
11	<key>BackupActions</key>
12	<dict/>
13	<key>PreBackupServiceCommands</key>
14	<array/>
15	<key>PostBackupServiceCommands</key>
16	<array/>
17	<key>RestoreBinaryPath</key>
18	<string/>
19	<key>RestoreLog</key>
20	<string/>
21	<key>RestoreActions</key>
22	<dict/>
23	<key>PreRestoreServiceCommands</key>
24	<array>
25        <string>mkdir -m 0755 /Library/Logs/PostgreSQL</string>
26        <string>chown _postgres:_postgres /Library/Logs/PostgreSQL</string>
27	</array>
28	<key>PostRestoreServiceCommands</key>
29	<array/>
30	<key>VerifyBinaryPath</key>
31	<string/>
32	<key>VerifyLog</key>
33	<string/>
34	<key>VerifyActions</key>
35	<dict/>
36	<key>ConfigurationFiles</key>
37	<array/>
38	<key>DataFiles</key>
39	<array/>
40	<key>ExclusionPaths</key>
41	<array/>
42	<key>Version</key>
43	<string>10.9</string>
44</dict>
45</plist>
46