Answers for "let a python script running in centos ec2"

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

Code answers related to "let a python script running in centos ec2"

Python Answers by Framework

Browse Popular Code Answers by Language