Files
403 lines
14 KiB
Plaintext
403 lines
14 KiB
Plaintext
local rpc_backend_cnt=0
echo "ERROR: at least one rpc backend must be enabled,"
# install rpc backend
if is_service_enabled rabbit; then
elif is_service_enabled qpid; then
elif is_ubuntu; then
elif is_service_enabled zeromq; then
elif is_ubuntu; then
if is_service_enabled rabbit; then
elif is_service_enabled qpid; then
# iniset cofiguration
if is_service_enabled zeromq; then
if [[ -z "$DISTRO" ]]; then