Keep running process after ssh logout
Posted: 02 Jan 2022, 17:21
Hi everyone. I have a python script which is supposed to run tasks on background. From my TOS web GUI I was unable to start the .py script so I did it from the SSH terminal. Unfortunately, however, if I log out of the SSH session, or the computer switches off, the process crashes. Is there a way to start a process and leave it running on background after SSH logout? Thanks