Last active
September 9, 2015 17:40
-
-
Save jonathancg90/4ccd6cfe63972f600b84 to your computer and use it in GitHub Desktop.
Eliminar procesos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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