- Patch #150972 by alex_b: improved instructions on how to install cron.php properly.
parent
93f9fb3f23
commit
eee451f815
|
@ -120,7 +120,7 @@ INSTALLATION
|
|||
following example crontab line will activate the cron tasks automatically on
|
||||
the hour:
|
||||
|
||||
0 * * * * wget -O - -q http://www.example.com/cron.php
|
||||
0 * * * * wget -O - -q -t 1 http://www.example.com/cron.php
|
||||
|
||||
More information about the cron scripts are available in the admin help pages
|
||||
and in the Drupal handbook at drupal.org. Example scripts can be found in the
|
||||
|
|
Loading…
Reference in New Issue