mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-01 14:28:42 +07:00
backgroundjobs grammar
This commit is contained in:
@@ -19,7 +19,7 @@ You can choose between the following options:
|
||||
Cron-Jobs
|
||||
---------
|
||||
|
||||
OwnCloud requires various automated background jobs to be run. There are three methods to achieve this.
|
||||
ownCloud requires various automated background jobs to be run. There are three methods to achieve this.
|
||||
The default way is AJAX and the recommended way is cron.
|
||||
|
||||
AJAX
|
||||
@@ -54,7 +54,7 @@ may have.
|
||||
|
||||
**Example**
|
||||
|
||||
To run a cron job on a \*nix system, e.g. every 15min, under the default web server
|
||||
To run a cron job on a \*nix system, e.g. every 15 min., under the default web server
|
||||
user, e.g. **www-data**, you need to set-up the following cron job to call the
|
||||
**cron.php** script. Please check the crontab man page for the exact command syntax.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user