From ff9fe5be0e0ac74625e5ae1538a548eaabc0d5a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Mar 2017 08:26:56 +0100 Subject: pull latest changes from Fedora + cron on EL6 --- owncloud-README.fedora | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'owncloud-README.fedora') diff --git a/owncloud-README.fedora b/owncloud-README.fedora index df97145..c9fffe5 100644 --- a/owncloud-README.fedora +++ b/owncloud-README.fedora @@ -51,7 +51,7 @@ you first access the server it will be just a small stub containing settings that differ in this package from the upstream defaults. After you first access ownCloud, the initial setup process will populate it with some more settings. Other settings that can be provided in this file are documented at: -https://doc.owncloud.org/server/8.2/admin_manual/configuration_server/config_sample_php_parameters.html +https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/config_sample_php_parameters.html User Data --------- @@ -96,3 +96,12 @@ dnf install 'php-pecl(apcu)' For further information see http://owncloud.org/ and http://doc.owncloud.org/ + +Scheduling Background Jobs +-------------------------- +The default behaviour is to use the AJAX webcron, however this is fairly inefficient and does not scale very well. + +It's recommended to set the option "Cron" to use the system scheduler and to enable the included systemd timer. + +systemctl enable --now owncloud-cron.timer + -- cgit