Keep JATOS running on server
Hello! I am a bit new to running a server. If I start JATOS via SSH and then leave the terminal, JATOS shuts down. I have been using tmux to do leave JATOS running after exiting terminal. Is that ideal/correct practice? I have occasions where the tmux window fails, and I am wondering if there are bette solutions. Thanks!
Comments
If tmux works for you keep it. I also use tmux or byobu sometimes even for production system if they are not too critical. If you want to step up you can use systemd to run JATOS (https://www.jatos.org/JATOS-on-a-server.html#9-optional-auto-start-jatos-via-systemd). Or if you want to use JATOS' Docker image (https://www.jatos.org/Install-JATOS-via-Docker.html) you can use
--restart always.You can follow the Doc if you are on linux:
http://www.jatos.org/JATOS-on-a-server.html#9-optional-auto-start-jatos-via-systemd
Wonderful, I used systemd and it works great! Thanks!