I use the Ruby Daemon suite to configure services that perform various background operations for my Rails application.
It works great when entering the command line:
./bin/bgservice
How do I create an initd startd script for it so that it reboots upon reboot?
source
share