summaryrefslogtreecommitdiffstats
path: root/contrib/start-scripts/macos/org.postgresql.postgres.plist
blob: fdbd74f27d4564c8840b0791cb5c4eb23c7d4cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>Label</key>
	<string>org.postgresql.postgres</string>
	<key>ProgramArguments</key>
	<array>
		<string>/bin/sh</string>
		<string>/usr/local/pgsql/bin/postgres-wrapper.sh</string>
	</array>
	<key>UserName</key>
	<string>postgres</string>
	<key>KeepAlive</key>
	<true/>
</dict>
</plist>