Skip to content
Snippets Groups Projects
Commit 520352de authored by Alexey Golubev's avatar Alexey Golubev
Browse files

Add cron start up to enable log rotation

parent 9796bd62
No related branches found
No related tags found
No related merge requests found
...@@ -337,6 +337,9 @@ if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment