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

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

On 01/04/2010 08:07 PM, Chris Withers wrote:
> Sachin Srivastava wrote:
>>> Iirc, you have to change:
>>>
>>> <key>RunAtLoad</key>
>>> <true/>
>>>
>>> to
>>>
>>> <key>RunAtLoad</key>
>>> <false/>
>>>
>>> Sachin; can you confirm please?
>> Yes. Though the daemon is loaded during startup.
>
> Will setting RunAtLoad to false not stop that?
RunAtLoad = false means, the daemon is loaded not executed/launched. If
you dont want it to load at system startup. Remove the plist from that
directory. (i.e. /Library/LaunchDaemons)
>
> Chris
>

--
Regards,
Sachin Srivastava
EnterpriseDB <http://www.enterprisedb.com>, the Enterprise Postgres
<http://www.enterprisedb.com> company.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2010-01-04 14:38:23 Re: why non-greedy modifier for one atom changesgreediness of other atoms?
Previous Message Chris Withers 2010-01-04 14:37:19 Re: how do I disable automatic start on mac os x?