diff --git a/bigbluebutton-config/cron.daily/bigbluebutton b/bigbluebutton-config/cron.daily/bigbluebutton
index 68e0ac48918fb4a3f8685312b40bf990410c193d..3e7b5df6cd7f34e98a5ef805ea5ede70351eee4d 100755
--- a/bigbluebutton-config/cron.daily/bigbluebutton
+++ b/bigbluebutton-config/cron.daily/bigbluebutton
@@ -120,5 +120,5 @@ 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
-  service libreoffice restart
+  systemctl restart libreoffice.service
 fi