Patrick Lühne 41a7e868c6
Run background job as nextcloud user
The Nextcloud package for Arch Linux now uses a dedicated user,
nextcloud, rather than the generic http user. Consequently, the
background job needs to be adjusted to run as that user.
2021-02-25 23:27:48 +01:00
2017-11-04 01:35:09 +01:00
2017-11-04 01:35:09 +01:00
2021-02-25 23:27:48 +01:00
2017-11-17 11:44:23 +01:00

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

Description
Regularly performs Nextcloud’s cron.php background job
Readme 39 KiB
2017-11-17 11:44:09 +01:00
Languages
Shell 100%