Re: Managing launchd

2009-07-04 Thread Andrea D'Amore
On 04/lug/09, at 18:20, Rainer Müller wrote: 'launchctl stop' will restart the daemon immediately again. Doesn't this behavior depend on an explicit key in the property list? ___ macports-users mailing list macports-users@lists.macosforge.org http://

Re: Managing launchd

2009-07-04 Thread Rainer Müller
On 2009-07-04 18:13, Andrea D'Amore wrote: > On 02/lug/09, at 21:33, Bryan Blackburn wrote: > >> use the converse of the command you used to load it: >> $ sudo launchctl unload -w /Library/LaunchDaemons/ >> org.macports.lighttpd.plist >> Then use the load again when you want to start it again. >

Re: Managing launchd

2009-07-04 Thread Andrea D'Amore
On 02/lug/09, at 21:33, Bryan Blackburn wrote: use the converse of the command you used to load it: $ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.lighttpd.plist Then use the load again when you want to start it again. Or launchctl [start | stop] org.macports.lighttpd.plist

Re: Managing launchd

2009-07-03 Thread Panagiotis Atmatzidis
Thank you all for the pointers! It's more than enough to do what I need for now! Regards :-) Panagiotis (atma) Atmatzidis email: a...@convalesco.org URL:http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their lev

Re: Managing launchd

2009-07-03 Thread Ryan Schmidt
to do with launchd but I could not find any documentation on how to do it. You may want to install (the older Tiger version of) Lingon, which is a GUI for managing launchd. You may find this more comfortable than typing launchd commands in the Terminal. My second issue is that when I&#x

Re: Managing launchd

2009-07-02 Thread Brandon Allbery
On Jul 2, 2009, at 15:33 , Bryan Blackburn wrote: On Thu, Jul 02, 2009 at 07:06:35PM +0300, Panagiotis Atmatzidis said: I've installed dnsmasq but I don't know how to make launchd start dnsmasq on boot. I understand that this has something to do with launchd but I could not find any documentatio

Re: Managing launchd

2009-07-02 Thread Bryan Blackburn
On Thu, Jul 02, 2009 at 07:06:35PM +0300, Panagiotis Atmatzidis said: > Hello, > > I have a mac mini G4 that acts as a server on my home LAN offering > services (dns, http, AFP, etc). > > I've installed dnsmasq but I don't know how to make launchd start > dnsmasq on boot. I understand that this h

Managing launchd

2009-07-02 Thread Panagiotis Atmatzidis
Hello, I have a mac mini G4 that acts as a server on my home LAN offering services (dns, http, AFP, etc). I've installed dnsmasq but I don't know how to make launchd start dnsmasq on boot. I understand that this has something to do with launchd but I could not find any documentation on ho