Merge pull request #682 from ffdixon/development

Added support for bbb-apps-akka and bbb-fsesl-akka in bbb-conf
This commit is contained in:
Richard Alam 2015-07-02 18:59:03 -04:00
commit 8451a2f6ee

View File

@ -255,6 +255,12 @@ stop_bigbluebutton () {
/etc/init.d/bbb-record-core stop
fi
if [ -f /etc/init/bbb-apps-akka.conf ]; then
service bbb-apps-akka stop
fi
if [ -f /etc/init/bbb-fsesl-akka.conf ]; then
service bbb-fsesl-akka stop
fi
}
start_bigbluebutton () {
@ -296,6 +302,12 @@ start_bigbluebutton () {
fi
fi
if [ -f /etc/init/bbb-apps-akka.conf ]; then
service bbb-apps-akka start
fi
if [ -f /etc/init/bbb-fsesl-akka.conf ]; then
service bbb-fsesl-akka start
fi
#
# At this point the red5 and servlet container applications are starting up.