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

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Chris Withers <chris(at)simplistix(dot)co(dot)uk>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: how do I disable automatic start on mac os x?
Date: 2010-01-05 16:49:11
Message-ID: C768BB97.CC5AE%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Ah, there it is... but now what do I do with it to disable the auto-start?

sudo launchctl unload -w blahblahblah.plist

The -w option causes it to not only unload the item, but also write a
<disabled> key into it which will stop it from loading at launch.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message sabrina miller 2010-01-05 17:00:51 Re: Using table name in column for joining
Previous Message Scott Bailey 2010-01-05 16:44:07 Re: converting tables to XML and back