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:
commit
8451a2f6ee
@ -255,6 +255,12 @@ stop_bigbluebutton () {
|
|||||||
/etc/init.d/bbb-record-core stop
|
/etc/init.d/bbb-record-core stop
|
||||||
fi
|
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 () {
|
start_bigbluebutton () {
|
||||||
@ -296,6 +302,12 @@ start_bigbluebutton () {
|
|||||||
fi
|
fi
|
||||||
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.
|
# At this point the red5 and servlet container applications are starting up.
|
||||||
|
Loading…
Reference in New Issue
Block a user