add status for recording services

This commit is contained in:
Fred Dixon 2022-08-05 05:57:03 -05:00
parent 495aa2be0c
commit f0978e3fc7

View File

@ -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