Answers for "runnin pyhton script on aws while connection is closed"

2

keep a python script always running on aws

#to start up a window that will run even after ssh disconnect
tmux new -s mywindow
#to reconnect to that window after ssh reconnect
tmux a -t mywindow
Posted by: Guest on July-01-2020

Python Answers by Framework

Browse Popular Code Answers by Language