Add readme

This commit is contained in:
Patrick Lühne 2017-11-04 01:40:02 +01:00
parent 52f2d5745d
commit fba4e92a69
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# 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)