From b9e16b98cdbc91e8db12a4e0bcb3e14fe5a3ea39 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Mon, 26 Jan 2015 14:20:23 +0100 Subject: [PATCH] The text edited and listed should be the same --- admin_manual/configuration/background_jobs_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/background_jobs_configuration.rst b/admin_manual/configuration/background_jobs_configuration.rst index 9fa76b8cd..36d0a7583 100644 --- a/admin_manual/configuration/background_jobs_configuration.rst +++ b/admin_manual/configuration/background_jobs_configuration.rst @@ -48,7 +48,7 @@ To run a cron job on a \*nix system, every 15 minutes, under the default web ser You can verify if the cron job has been added and scheduled by executing:: # crontab -u www-data -l - */15 * * * * php -f /var/www/owncloud/cron.php + */15 * * * * php -f /var/www/owncloud/cron.php > /dev/null 2>&1 .. note:: On some systems it might be required to call **php-cli** instead of **php**.