I have a ruby script that I want to run 24/7 on my vps( Debian Squeeze ).
Now to run that script I have to open a new ssh session with putty and start script by console.
When I close my console the script process also closes.
How can make my script running standalone?
Maybe you can take a look at the nohup command:
http://uw714doc.sco.com/en/SDK_tools/_Using_the_nohup_Command.html