On 7/20/05, Andrey Shorin <[EMAIL PROTECTED]> wrote:
> Hello Steve,
> 
> Wednesday, July 20, 2005, 21:28:07, Steve Hoelzer wrote:
[snip]
> >         <key>OnDemand</key>
> 
> I'm not a Mac OS X expert, but OnDemand here looks like it won't start
> automatically.
> 
> >         <false/>
[snip]

>From 'man launchd.plist'

> OnDemand <boolean>
>     This optional key is used to control whether your job is launched based
>     on demand or to be kept continuously running. The default is true.

Which isn't very clear, but basically says that <true/> launches the
job on demand and <false/> always keeps the job running. I used
<false/> in my plist so squid should always be running.

Steve

Reply via email to