Regularly performs Nextcloud’s cron.php background job
Go to file
Patrick Lühne 3fa2ea490f
Enforce PHP 7 until PHP 8 is officially supported
2021-02-06 15:03:23 +01:00
LICENSE.md Initial commit 2017-11-04 01:35:09 +01:00
PKGBUILD Enforce PHP 7 until PHP 8 is officially supported 2021-02-06 15:03:23 +01:00
README.md Minor formatting in readme 2017-11-17 11:44:23 +01:00
nextcloud-background-job.service Enforce PHP 7 until PHP 8 is officially supported 2021-02-06 15:03:23 +01:00
nextcloud-background-job.timer Initial commit 2017-11-04 01:35:09 +01:00

README.md

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