[Pythonmac-SIG] NOHUPing a python process?

Bob Ippolito bob at redivi.com
Thu Jan 20 09:25:59 CET 2005


On Jan 20, 2005, at 12:13 AM, Nick Matsakis wrote:

> I was wondering if anyone knew if it was possible to programmatically
> nohup a python process on Mac OS X. That is, is there a way for the
> script, as it is running, to ensure that it will keep running even if 
> the
> user that started it logged out or shut his or her terminal?
Use the signal module <http://docs.python.org/lib/module-signal.html>.

-bob



More information about the Pythonmac-SIG mailing list