| 123456789101112131415161718 |
- <?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>Disabled</key><false/>
- <key>KeepAlive</key><true/>
- <key>Label</key><string>org.postgres</string>
- <key>ProgramArguments</key>
- <array>
- <string>/Applications/Postgres.app/Contents/Versions/9.4/bin/postgres</string>
- <string>-D</string>
- <string>/var/db/postgres</string>
- </array>
- <key>UserName</key><string>_postgres</string>
- <key>RunAtLoad</key><true/>
- <key>LaunchOnlyOnce</key><false/>
- </dict>
- </plist>
|