How to start backgroundrb server on server reboot ??

Hello

How do i start backgroundrb server on server reboot ??

Thanks, Sandip

See here:

http://kete.net.nz/en/documentation/topics/show/299-debian-restarting-backgroundrb-and-zebra-on-reboot

Use delayed_job instead of backgroundrb if your application is large and you need more than one worker. backgroundrb starts one application process per worker which eats up RAM.