diff --git a/conf/pkgs/rabbitmq.json b/conf/pkgs/rabbitmq.json index 4fc3bbbe..013c9f2b 100644 --- a/conf/pkgs/rabbitmq.json +++ b/conf/pkgs/rabbitmq.json @@ -24,6 +24,15 @@ "qpidd", "stop" ] + }, + { + # Qpidd runs on the same port + "run_as_root": true, + "cmd": [ + "chkconfig", + "qpidd", + "off" + ] } ] } @@ -41,6 +50,15 @@ "qpidd", "stop" ] + }, + { + # Qpidd runs on the same port + "run_as_root": true, + "cmd": [ + "chkconfig", + "qpidd", + "off" + ] } ] }