How to run python script in background after i logout

Harlin Seritt harlinseritt at yahoo.com
Sun Jul 24 05:43:44 EDT 2005


I have a remote linux server where I can only access it via ssh. I have
a script that I need to have run all the time. I run like so:

python script.py &

It runs fine. When I log off ssh I notice that the script died when I
logged off. How do I make sure it stays running?

thanks,

Harlin Seritt




More information about the Python-list mailing list