Skip to content

Instantly share code, notes, and snippets.

@craigmcnamara
Created March 22, 2011 19:25
Show Gist options
  • Select an option

  • Save craigmcnamara/881859 to your computer and use it in GitHub Desktop.

Select an option

Save craigmcnamara/881859 to your computer and use it in GitHub Desktop.
A long running rake process as a daemon with output redirection
RAILS_ENV=environment rake task 2>&1 > log.log &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment