aboutsummaryrefslogtreecommitdiffstats
path: root/docker/supervisor.sh
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2018-03-29 22:56:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-29 22:56:45 +0000
commitbc9d71d2d272999fe4fc446dbcf6c81aae782a98 (patch)
treee56ccbd2a64d38bd088c3ab74d7d3ab6e9eeaf10 /docker/supervisor.sh
parentf19016b39b828f648a66adc305cce17f5146e922 (diff)
parent18546b4f43b9c927c4c91529dd912c7368b941bf (diff)
Merge "Fix RabbitMQ service installation and initialization"
Diffstat (limited to 'docker/supervisor.sh')
-rwxr-xr-xdocker/supervisor.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/supervisor.sh b/docker/supervisor.sh
index b67de2212..1e54b4164 100755
--- a/docker/supervisor.sh
+++ b/docker/supervisor.sh
@@ -24,3 +24,6 @@ directory = /etc/yardstick
command = uwsgi -i yardstick.ini
EOF
fi
+
+[program:rabbitmq]
+command = service rabbitmq-server restart