Skip to content

Commit

Permalink
Restart RabbitMQ server after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalkildoliya committed Jun 12, 2018
1 parent 4b0ed93 commit 0516b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ start_services(){
systemctl start supervisor
/etc/init.d/celerybeat start
supervisorctl reload
service rabbitmq-server stop
service rabbitmq-server start
}

list_details(){
Expand Down

0 comments on commit 0516b03

Please sign in to comment.