How to execute a python script that doesn’t exit when you leave ssh |
From within your telnet/ssh client you can use the linux nohup command to keep your python script running after you exit shell like this:
nohup python /path/to/python_script.py
Did this post make you go hmm?



