This is a Stub article. Help the eZ Publish community by expanding it!
For a general description of cron or crontab, we recommendCrontab on Wikipedia.
# (Use to post in the top of your crontab) # ----------------- minute (0 - 59) # | -------------- hour (0 - 23) # | | ----------- day of month (1 - 31) # | | | -------- month (1 - 12) # | | | | ----- day of week (0 - 7) (Sunday=0 or 7) # | | | | | # * * * * * command to be executed
file, ' ezpublish.cron'
# This must be set to the directory where eZ publish is installed. EZPUBLISHROOT=/path/to/the/ez/publish/directory # Location of the PHP Command Line Interface binary. PHP=/usr/local/bin/php # Executes the runcronjobs.php script every 15th minute. 0,15,30,45 * * * * cd $EZPUBLISHROOT; $PHP runcronjobs.php -q 2>&1
Article provided by eZpedia
All text is available under the terms of the GNU Free Documentation License
Powered by eZ Publish Community Project 4.2011
Hosted by Swiss eZ Publish partner YMC