From 12ad6740d56505986355a16c0635b0da729775ce Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Mon, 28 Mar 2016 11:56:01 +0200 Subject: [PATCH] Update background_jobs_configuration.rst added: .. note:: You have to make sure that ``php`` is found by ``cron``. Best practice is to expressly add the full path like ``/usr/bin/php``, depending on your system configuration. --- .../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 833267e37..70589095a 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -56,6 +56,8 @@ You can verify if the cron job has been added and scheduled by executing:: .. note:: You have to replace the path ``/var/www/owncloud/cron.php`` with the path to your current ownCloud installation. +.. note:: You have to make sure that ``php`` is found by ``cron``. Best practice is to expressly add the full path like ``/usr/bin/php``. + .. 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.