mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Insert a note for path to cron.php
This commit is contained in:
parent
9dc78315ad
commit
850166fbc6
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user