summaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/files/etc/cron.d/nextcloud
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-05-12 15:36:28 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-05-12 15:39:12 +0200
commit0bfbe0e49f7fc77abfe7bb5d92c72dbdf6742204 (patch)
treedf5032437194cbd1ff1c442fa1c5cc7fbb388015 /roles/nextcloud/files/etc/cron.d/nextcloud
parent61b5f01bde3159f40417fe9562b9979a0513e5ae (diff)
Nextcloud: Better separation between code/data/logs/cache.
Also, update baseline to Debian 10 (codename Buster) and deploy a local Redis instance for Transactional File Locking https://docs.nextcloud.com/server/18/admin_manual/configuration_server/caching_configuration.html#id2
Diffstat (limited to 'roles/nextcloud/files/etc/cron.d/nextcloud')
-rw-r--r--roles/nextcloud/files/etc/cron.d/nextcloud2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nextcloud/files/etc/cron.d/nextcloud b/roles/nextcloud/files/etc/cron.d/nextcloud
index 8bd7d86..681cd43 100644
--- a/roles/nextcloud/files/etc/cron.d/nextcloud
+++ b/roles/nextcloud/files/etc/cron.d/nextcloud
@@ -1,2 +1,2 @@
MAILTO=root
-*/15 * * * * www-data php -f /var/www/nextcloud/cron.php
+*/5 * * * * www-data php -f /usr/local/share/nextcloud/cron.php