Re: how do I disable automatic start on mac os x?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Chris Withers <chris(at)simplistix(dot)co(dot)uk>
Cc: Naoko Reeves <naokoreeves(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>, Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
Subject: Re: how do I disable automatic start on mac os x?
Date: 2010-01-04 13:43:35
Message-ID: 937d27e11001040543w15baf9c1nb7fca2736bb5e739@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 4, 2010 at 1:42 PM, Chris Withers <chris(at)simplistix(dot)co(dot)uk> wrote:
> Dave Page wrote:
>>
>> On Mon, Jan 4, 2010 at 1:38 PM, Chris Withers <chris(at)simplistix(dot)co(dot)uk>
>> wrote:
>>>
>>> Naoko Reeves wrote:
>>>>
>>>> Try check this directory: Library: StartupItems: postgres-plus-8.xx
>>>> there should be script to start automatically.
>>>
>>> /Library/StartupItems is empty.
>>>
>>> I think putting stuff in there is an old-fashioned way of doing things
>>> that
>>> went out with Mac OS X 10.4, and I'm glad to say it looks like the latest
>>> postgres doesn't install like this..
>>
>> Look in /Library/LaunchDaemons/
>
> Ah, there it is... but now what do I do with it to disable the auto-start?

Iirc, you have to change:

<key>RunAtLoad</key>
<true/>

to

<key>RunAtLoad</key>
<false/>

Sachin; can you confirm please?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Withers 2010-01-04 14:32:21 Re: how do I disable automatic start on mac os x?
Previous Message Chris Withers 2010-01-04 13:42:08 Re: how do I disable automatic start on mac os x?