From 850166fbc69168e4b4a7ec2466a23cb3a37def26 Mon Sep 17 00:00:00 2001 From: Joerg Kastning Date: Fri, 4 Sep 2015 14:23:03 +0200 Subject: [PATCH] Insert a note for path to cron.php --- .../configuration_server/background_jobs_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 839e9d65a..977722445 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -54,6 +54,8 @@ 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 +.. note:: You have to replace the path ``/var/www/owncloud/cron.php`` with the path to your current ownCloud installation. + .. note:: On some systems it might be required to call **php-cli** instead of **php**. .. note:: Please refer to the crontab man page for the exact command syntax.