> > --------------------------------------------------------------- > > #! /bin/sh > > PATH=/bin:/usr/bin:/sbin:/usr/sbin > > pidfile=/var/run/tg.pid
Nice script, just to my need, but unfortunately I am using Fedore/ CentOS; could not find an alternative to start-stop-daemon. Any suggestions... > I used to use a script like this one and recently I found this > articlehttp://paddyland.serveblog.net/article/13from Christopher Arndt about > supervisor2 and turbogears. It really changed my life and is much more > easy to setup than any script I had use before. Liked it very much, but, being a novice, could not get it running nicely in a couple of hours. Would give a try sometime later. Till then, needing just a simple way to stop an already running tg application. The one I have found is like this - searching for the application in "ps -A" and killing the application as well as the python application near to it! Seems crude. Is it foolproof? thanks a lot Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

