[Pkg-owncloud-commits] [owncloud-doc] 97/110: Sometimes call php-cli instead of php from cron

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 51ff4e8c3cffc55af260c9ae87fa80e14727937f
Author: Jakob Sack <mail at jakobsack.de>
Date:   Mon Jan 26 14:19:31 2015 +0100

    Sometimes call php-cli instead of php from cron
---
 admin_manual/configuration/background_jobs_configuration.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin_manual/configuration/background_jobs_configuration.rst b/admin_manual/configuration/background_jobs_configuration.rst
index b8bce73..9fa76b8 100644
--- a/admin_manual/configuration/background_jobs_configuration.rst
+++ b/admin_manual/configuration/background_jobs_configuration.rst
@@ -50,6 +50,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:: 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.
 
 .. _easyCron: http://www.easycron.com/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list