From c9cfbf51d0606cc86c3b36530fb87fc6ee28fb5a Mon Sep 17 00:00:00 2001 From: j-ed Date: Sat, 16 Feb 2013 18:31:11 +0100 Subject: [PATCH] Update admin_manual/configuration/background_jobs.rst --- admin_manual/configuration/background_jobs.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst index 9b1a7a26f..631f8129b 100644 --- a/admin_manual/configuration/background_jobs.rst +++ b/admin_manual/configuration/background_jobs.rst @@ -51,13 +51,13 @@ may have. **Example** -To run a cron job on a *nix system, e.g. every 15min, 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. +To run a cron job on a *nix system, e.g. every 15min, under the default webserver +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. :: - # crontab -e + # crontab -u www-data -e */15 * * * * php -f /var/www/htdocs/owncloud/cron.php .. _easyCron: http://www.easycron.com/