I have created a centOS virtual machine on azure. Whenever I logout of the virtual machine in putty. The code stops running. I tried this but this also didn't work.
python3 src/main.py &
How do I make my python code 24/7 in a virtual machine?
I have created a centOS virtual machine on azure. Whenever I logout of the virtual machine in putty. The code stops running. I tried this but this also didn't work.
python3 src/main.py &
How do I make my python code 24/7 in a virtual machine?