On Thu, Oct 1, 2009 at 8:55 AM, Gael Pasgrimaud <[email protected]> wrote: > > On Thu, Oct 1, 2009 at 5:44 PM, Mike Orr <[email protected]> wrote: >> >> On Thu, Oct 1, 2009 at 4:59 AM, Gael Pasgrimaud <[email protected]> wrote: >>> >>> Maybe you can try to force the filename: >>> >>> --pid-file=FILENAME Save PID to file (default to paster.pid if running in >>> daemon mode) >> >> This is probably it. But I like running paster under supervisor. >> Then with a little symbolic link from supervisor to supervisorctl, I >> can run: >> >> supervisor stop myapp >> > > You can add a --pid-file to the command line option in the supervisor > config file AFAIK.
You don't need a PID file with Supervisor. It runs applications as child processes so it knows what their PIDs are. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
