collinsanele

Run a py script forever on Amazon ec2 shell/terminal

Mar 6th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Use this to run a Python script forever on Amazon ec2 ssh shell:
  2. nohup python yourscriptname.py &
Advertisement
Add Comment
Please, Sign In to add comment