diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/supervisor.sh | 3 |
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 |