backgroundjobs grammar

This commit is contained in:
Volkan Gezer
2014-05-30 17:18:01 +02:00
parent 36116d669c
commit d2dc127283

View File

@@ -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.