nextcloud-background-job/README.md

523 B
Raw Permalink Blame History

nextcloud-background-job

Regularly performs Nextclouds cron.php background job

Overview

This package provides a systemd timer that executes Nextclouds cron.php background job every 15 minutes.

Usage

Enable and start the timer:

sudo systemctl enable nextcloud-background-job.timer
sudo systemctl start nextcloud-background-job.timer

Sources