You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
LICENSE.md | 5 years ago | |
PKGBUILD | 2 years ago | |
README.md | 5 years ago | |
nextcloud-background-job.service | 2 years ago | |
nextcloud-background-job.timer | 5 years ago |
README.md
nextcloud-background-job
Regularly performs Nextcloud’s
cron.php
background job
Overview
This package provides a systemd
timer that executes Nextcloud’s 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