diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst index 139fbf954..152a705fa 100644 --- a/admin_manual/configuration/background_jobs.rst +++ b/admin_manual/configuration/background_jobs.rst @@ -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.