Skip to content

Instantly share code, notes, and snippets.

@slgithub
Last active September 4, 2015 09:00
Show Gist options
  • Save slgithub/b6dc41a89e5504d6503b to your computer and use it in GitHub Desktop.
Save slgithub/b6dc41a89e5504d6503b to your computer and use it in GitHub Desktop.
Stop RabbitMQ on Ubuntu on booting

‘chkconfig‘ is popularly used for adding or removing any services during boot. In other words, it updates and queries runlevel information for system services.

update-rc.d. This is very simple to use & equally intuitive as well

Use update-rc.d:

update-rc.d -f rabbitmq-server remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment