summaryrefslogtreecommitdiffstats
path: root/owncloud-README.fedora
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-25 08:26:56 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-25 08:26:56 +0100
commitff9fe5be0e0ac74625e5ae1538a548eaabc0d5a8 (patch)
tree5369c3e0bf803b0f05118e65b9efb6dd764ee2a5 /owncloud-README.fedora
parent4498738a4235b7fceb27ee17174e4cee4c513f3d (diff)
pull latest changes from Fedora + cron on EL6
Diffstat (limited to 'owncloud-README.fedora')
-rw-r--r--owncloud-README.fedora11
1 files changed, 10 insertions, 1 deletions
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
+