comparison host/startup/postgres/macos/luanhost.postgresql.plist @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
parents
children
comparison
equal deleted inserted replaced
1631:35c626c06dd5 1632:0344a535b1db
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>KeepAlive</key>
6 <true/>
7 <key>Label</key>
8 <string>luanhost.postgresql</string>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/usr/local/opt/postgresql@9.5/bin/postgres</string>
12 <string>-D</string>
13 <string>/usr/local/var/postgresql@9.5</string>
14 </array>
15 <key>RunAtLoad</key>
16 <true/>
17 <key>WorkingDirectory</key>
18 <string>/usr/local</string>
19 <key>UserName</key>
20 <string>USER</string>
21 <key>StandardErrorPath</key>
22 <string>LOG</string>
23 <key>StandardOutPath</key>
24 <string>LOG</string>
25 </dict>
26 </plist>