Start delayed_job in the background

This starts delayed_job, hiding all the output and hiding the process in the background.

rake jobs:work &>/dev/null &
Henning Koch