From 1fe52cc24fb76c693e40ce37eb0dc735a8e580c9 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Fri, 24 Mar 2017 15:17:29 -0400 Subject: [PATCH] bbb-conf: Stop all of the new recording units --- bigbluebutton-config/bin/bbb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 0624297d19..b6c47c6910 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -286,7 +286,7 @@ stop_bigbluebutton () { if [ -f /usr/lib/systemd/system/bbb-html5.service ]; then HTML5=bbb-html5 fi - systemctl stop red5 tomcat7 nginx freeswitch redis-server bbb-apps-akka bbb-fsesl-akka bbb-record-core.service bbb-record-core.timer $HTML5 + systemctl stop red5 tomcat7 nginx freeswitch redis-server bbb-apps-akka bbb-fsesl-akka bbb-rap-archive-worker.service bbb-rap-process-worker.service bbb-rap-publish-worker.service bbb-rap-sanity-worker.service bbb-record-core.timer $HTML5 else /etc/init.d/monit stop