Mercurial Hosting > luan
comparison host/macos/postgres/luanhost.postgresql.plist @ 1635:fd3d56f39450
rearrange startup files
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 14 Dec 2021 18:50:43 -0700 |
parents | host/startup/postgres/macos/luanhost.postgresql.plist@0344a535b1db |
children |
comparison
equal
deleted
inserted
replaced
1634:894d9069c792 | 1635:fd3d56f39450 |
---|---|
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> |