From 822f5624b1aa1436246ed16e73165e220309b3d9 Mon Sep 17 00:00:00 2001 From: Mohd Husaam Mehdi Date: Fri, 5 Apr 2024 17:22:25 +0530 Subject: [PATCH] qosmngr: remove bbfdm_add_service call from init script --- qosmngr/files/common/etc/init.d/qos | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qosmngr/files/common/etc/init.d/qos b/qosmngr/files/common/etc/init.d/qos index 7af7edec3..96028b66e 100755 --- a/qosmngr/files/common/etc/init.d/qos +++ b/qosmngr/files/common/etc/init.d/qos @@ -9,18 +9,13 @@ STOP=10 USE_PROCD=1 NAME=qosmngr PROG=/usr/sbin/qosmngr -QOSMNGR_JSON_INPUT="/etc/qos_bbf/input.json" . /lib/functions.sh . /lib/qos/qos.sh -. /etc/bbfdm/bbfdm_services.sh - start_service() { if [ -f "/etc/config/qos" ]; then - bbfdm_add_service "bbfdm.qosmngr" "${QOSMNGR_JSON_INPUT}" - reload_qos procd_open_instance qosmngr procd_set_param command ${PROG}