Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Last active December 17, 2015 00:59
Show Gist options
  • Select an option

  • Save adamdilek/5525175 to your computer and use it in GitHub Desktop.

Select an option

Save adamdilek/5525175 to your computer and use it in GitHub Desktop.
God ile resque ayaklandırmak
# Prosesi öldürmek
sudo kill -9 `ps aux | grep [r]esque | grep -v grep | cut -c 10-16`
# Ayaklandırmak
rvmsudo god -c /etc/god/resque.god -D
ps aux | grep resque
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment