How to run python script in background after i logout

Thanos Tsouanas thanos at sians.org
Sun Jul 24 05:51:17 EDT 2005


On Sun, Jul 24, 2005 at 02:43:44AM -0700, Harlin Seritt wrote:
> 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,

This hasn't got to do with python.

It's a unix/linux question.

Check at(1):
man at

-- 
Thanos Tsouanas          .: My Music: http://www.thanostsouanas.com/
http://thanos.sians.org/ .: Sians Music: http://www.sians.org/



More information about the Python-list mailing list