On Thursday 15 Oct 2009 2:39:40 pm Gourav Shah wrote: > > I can also do > > screen python myserver.py & <--- this will work even if I log out. How > > about > > the first one. Or is there some other way (script in /etc/init.d/ for > > example > > to do this elegantly?) > > you could also use nohup > nohup python myserver.py & > > However if its a server process, I would rather suggest supervisor > http://supervisord.org/
looks like just what I need - almost too good to be true! will investigate. -- regards kg http://lawgon.livejournal.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
