Add cron start up to enable log rotation

This commit is contained in:
Alexey Golubev 2018-06-25 14:58:17 +03:00
parent 9796bd62c6
commit 520352dec2

@ -337,6 +337,9 @@ if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then
update_supervisor_settings update_supervisor_settings
service supervisor start service supervisor start
# start cron to enable log rotating
service cron start
fi fi
# nginx used as a proxy, and as data container status service. # nginx used as a proxy, and as data container status service.