diff --git a/bundles/nextcloud/metadata.py b/bundles/nextcloud/metadata.py index 642c536..49ad2ba 100644 --- a/bundles/nextcloud/metadata.py +++ b/bundles/nextcloud/metadata.py @@ -52,6 +52,12 @@ defaults = { }, }, }, + 'systemd-timers': { + 'nextcloud-cron': { + 'command': '/usr/bin/sudo -u www-data /usr/bin/php -f /opt/nextcloud/cron.php', + 'when': '*:0/5', + }, + }, 'zfs': { 'datasets': { 'tank/nextcloud': {