Re: how do I disable automatic start on mac os x? - Mailing list pgsql-general

From Sachin Srivastava
Subject Re: how do I disable automatic start on mac os x?
Date
Msg-id 4B41FD48.7030009@enterprisedb.com
Whole thread Raw
In response to Re: how do I disable automatic start on mac os x?  (Chris Withers <chris@simplistix.co.uk>)
Responses Re: how do I disable automatic start on mac os x?  (Chris Withers <chris@simplistix.co.uk>)
List 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, the Enterprise Postgres company.

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: why non-greedy modifier for one atom changesgreediness of other atoms?
Next
From: Chris Withers
Date:
Subject: Re: how do I disable automatic start on mac os x?