Ruby script as service
Posted
by mplacona
on Stack Overflow
See other posts from Stack Overflow
or by mplacona
Published on 2010-03-14T22:42:03Z
Indexed on
2010/03/14
22:45 UTC
Read the original article
Hit count: 417
Well, the title say it all. I have a ruby script I want running as a service (one I can start and stop) on my Linux box. I was able to find how to do it on Windows here
Some readings point to creating daemons or cron tasks.
I just need something simple I can call on my box's reboot, and can stop/start whenever I please. my script has an internal sleep call, and runs in "eternal loop"
thanks in advance
© Stack Overflow or respective owner