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

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to