Tagged Questions
1
vote
2answers
2k views
start sinatra app in background with stdout and stderr redirected(append) to a file
I have a sinatra app which I run on my local machine using ruby app.rb.
While deploying it on a remote machine via ssh, How do i run it in background and redirect stdout and stderr to a log file. On ...