/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/start-scripts/macos/org.postgresql.postgres.plist
17 строк
462 B
Tom Lane
Provide modern examples of how to auto-start Postgres on macOS.
17 ноя 2017, 20:46
17 ноя 2017, 20:46
ac3b962
Код
Авторство
О чём код?
<?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>