Commit 5107992b by John Jarvis

Merge pull request #451 from edx/jarv/kill-rabbit

killing rabbit using the rabbitmq user
parents 23f3e6b2 49f0e33b
......@@ -21,7 +21,7 @@
# in case there are lingering processes, ignore errors
# silently
- name: rabbitmq | send sigterm to any running rabbitmq processes
shell: killall beam rabbitmq-server epmd || true
shell: pkill -u rabbitmq || true
# Defaulting to /var/lib/rabbitmq
- name: rabbitmq | create cookie directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment