On Thu, Jan 15, 2009 at 12:20:14PM -0800, Ruben wrote: > > > > On Jan 15, 5:04?pm, Jeremy Hinegardner <[email protected]> wrote: > > Hi all, > > > > Beanstalk was pushed to Fedora (9 and 10) stable, for immediate > > gratification: > > Great, thanks for packaging it up! Works like a charm. > > The only thing I'm missing is a pidfile, needed to monitor beanstalkd > with 'monit'.
If monit can use a command to get the pid to monitor, then use pidof. Otherwise customize the init script for now and have it use 'pidof' to write the pidfile to /var/run/beanstalkd.pid. I may add that to the initscript with the next release for Fedora/EPEL in any case. enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
