Re: Patch: Add launchd Support

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Patch: Add launchd Support
Дата
Msg-id 550CAB7D.1030902@BlueTreble.com
обсуждение исходный текст
Ответ на Re: Patch: Add launchd Support  ("David E. Wheeler" <david@justatheory.com>)
Ответы Re: Patch: Add launchd Support  ("David E. Wheeler" <david@justatheory.com>)
Список pgsql-hackers
On 3/20/15 6:11 PM, David E. Wheeler wrote:
>     <key>ProgramArguments</key>
>     <array>
>         <string>/usr/local/pgsql/bin/postgres</string>
>         <string>-D</string>
>         <string>/usr/local/pgsql/data</string>
>     </array>

Hrm, would /var/db/postgres be better? I'm not sure if the stuff Apple 
does with /private/ would cause problems though. (In any case, I think 
postgres is better than pgsql.)

>     <key>StandardOutPath</key>
>     <string>/usr/local/pgsql/data/launchd.log</string>
>     <key>StandardErrorPath</key>
>     <string>/usr/local/pgsql/data/launchd.log</string>

Wouldn't /var/log be better?
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Remove fsync ON/OFF as a visible option?
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Patch: Add launchd Support