Add bbb-transcode-akka to bigbluebutton-config
This commit is contained in:
parent
6966bfc5af
commit
89e6aaba35
@ -289,6 +289,9 @@ stop_bigbluebutton () {
|
||||
if [ -f /etc/init/bbb-fsesl-akka.conf ]; then
|
||||
service bbb-fsesl-akka stop
|
||||
fi
|
||||
if [ -f /etc/init/bbb-transcode-akka.conf ]; then
|
||||
service bbb-transcode-akka stop
|
||||
fi
|
||||
}
|
||||
|
||||
start_bigbluebutton () {
|
||||
@ -336,6 +339,9 @@ start_bigbluebutton () {
|
||||
if [ -f /etc/init/bbb-fsesl-akka.conf ]; then
|
||||
service bbb-fsesl-akka start
|
||||
fi
|
||||
if [ -f /etc/init/bbb-transcode-akka.conf ]; then
|
||||
service bbb-transcode-akka start
|
||||
fi
|
||||
|
||||
#
|
||||
# At this point the red5 and servlet container applications are starting up.
|
||||
@ -1671,6 +1677,9 @@ if [ $CLEAN ]; then
|
||||
if [ -d /var/log/bbb-apps-akka ]; then
|
||||
rm -f /var/log/bbb-apps-akka/*
|
||||
fi
|
||||
if [ -d /var/log/bbb-transcode-akka ]; then
|
||||
rm -f /var/log/bbb-transcode-akka/*
|
||||
fi
|
||||
|
||||
display_bigbluebutton_status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user