summaryrefslogtreecommitdiffstats
path: root/owncloud-README.fedora
diff options
context:
space:
mode:
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
+