From d2dc1272830bae1fd90bedd24a896f2d733aff2d Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Fri, 30 May 2014 17:18:01 +0200 Subject: [PATCH] backgroundjobs grammar --- admin_manual/configuration/background_jobs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.