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}