Skip to content

Instantly share code, notes, and snippets.

@migrs
Created December 14, 2012 03:18
Show Gist options
  • Save migrs/4282436 to your computer and use it in GitHub Desktop.
Save migrs/4282436 to your computer and use it in GitHub Desktop.
resque-web をワンライナーで起動 w/Unix domain socket
ruby -rthin -rresque/server -e"Thin::Server.start('/tmp/resque-web.sock'){run Resque::Server.new}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment