Re: Patch: Add launchd Support

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: Add launchd Support
Date: 2015-03-20 23:11:14
Message-ID: 22DDBD36-5F7D-4FD3-B8E7-6111F569401C@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mar 19, 2015, at 8:12 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> Where are we on this?

I suggested this plist:

<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>org.postgresql.postgresql</string>
<key>UserName</key>
<string>postgres</string>
<key>GroupName</key>
<string>postgres</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/pgsql/bin/postgres</string>
<string>-D</string>
<string>/usr/local/pgsql/data</string>
</array>
<key>StandardOutPath</key>
<string>/usr/local/pgsql/data/launchd.log</string>
<key>StandardErrorPath</key>
<string>/usr/local/pgsql/data/launchd.log</string>
<key>OnDemand</key><!-- OS X 10.4 -->
<false/>
<key>KeepAlive</key><!-- OS X 10.5+ -->
<true/>
</dict>
</plist>

No one replied. Want a new patch with that?

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-03-20 23:11:53 Re: Remove fsync ON/OFF as a visible option?
Previous Message Robert Haas 2015-03-20 23:09:34 Re: Remove fsync ON/OFF as a visible option?