From f0978e3fc709f80b5a40b97835b7992a1fdc9e79 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 5 Aug 2022 05:57:03 -0500 Subject: [PATCH] add status for recording services --- bigbluebutton-config/bin/bbb-conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 28befbd884..2e96f373b7 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -491,6 +491,18 @@ display_bigbluebutton_status () { units="$units bbb-pads" fi + if [ -f /usr/lib/systemd/system/bbb-rap-caption-inbox.service ]; then + units="$units bbb-rap-caption-inbox" + fi + + if [ -f /lib/systemd/system/bbb-rap-resque-worker.service ]; then + units="$units bbb-rap-resque-worker" + fi + + if [ -f /lib/systemd/system/bbb-rap-starter.service ]; then + units="$units bbb-rap-starter" + fi + if systemctl list-units --full -all | grep -q $TOMCAT_USER.service; then TOMCAT_SERVICE=$TOMCAT_USER fi