Mercurial Hosting > luan
comparison host/startup/luanhost.postgresql.plist @ 1631:35c626c06dd5
add startup scripts for mac os
author | fffilimonov |
---|---|
date | Mon, 13 Dec 2021 09:14:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1630:b735ed134662 | 1631:35c626c06dd5 |
---|---|
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> |