Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Last active September 9, 2015 17:40
Show Gist options
  • Select an option

  • Save jonathancg90/4ccd6cfe63972f600b84 to your computer and use it in GitHub Desktop.

Select an option

Save jonathancg90/4ccd6cfe63972f600b84 to your computer and use it in GitHub Desktop.
Eliminar procesos
Supervisor
___________
ps -aux|grep supervisor
kill -9 the_pid
supervisord
supervisorctl
rabbitmq
_______________
sudo rabbitmq-server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment