nextcloud-background-job/README.md

21 lines
523 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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:
```sh
sudo systemctl enable nextcloud-background-job.timer
sudo systemctl start nextcloud-background-job.timer
```
## Sources
- [NextCloud documentation](https://docs.nextcloud.com/server/12/admin_manual/configuration_server/background_jobs_configuration.html)