Skip to content

Instantly share code, notes, and snippets.

@pumatertion
Last active January 2, 2016 02:39
Show Gist options
  • Save pumatertion/8238738 to your computer and use it in GitHub Desktop.
Save pumatertion/8238738 to your computer and use it in GitHub Desktop.
creating background process for beanstalkd queues and log the jobs
nohup /Foo/Bar/flow job:work theQueueName >> /var/log/beanstalkd/theQueueName.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment