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?