I have two scripts in a Rails environment that should run 24/7. I work on a remote server, so I need to run scripts using ssh , which means that I need to constantly open ssh windows.
I am looking for an easy way to run these scripts in the background so that they are not canceled as soon as I close the ssh connection.
I do not want to use screen . I think there should be an easier way to handle this. Does not exist?
davidb
source share