diff --git a/bigbluebutton-config/cron.daily/bigbluebutton b/bigbluebutton-config/cron.daily/bigbluebutton index e3be361bb6fd9241705ed00cebd440b8f7ef59bf..9349a42b5041b8b79a3225864b59802f1fa89c6d 100755 --- a/bigbluebutton-config/cron.daily/bigbluebutton +++ b/bigbluebutton-config/cron.daily/bigbluebutton @@ -115,10 +115,3 @@ remove_raw_of_published_recordings(){ # find /tmp -name "*.afm" -mtime +$history -delete find /tmp -name "*.pfb" -mtime +$history -delete - -# -# If there are no users currently logged in, restart libreoffice to clear its memory usage -# -if [[ $(netstat -ant | egrep ":1935\ " | egrep -v ":::|0.0.0.0" | wc | awk '{print $1}') == 0 ]]; then - systemctl restart libreoffice.service -fi