# always put 3 rows: service called, date and the actual service called output:
* * * * * echo "/var/www/jixel/bin/cake" >> /usr/local/ies-solutions/jixel-cron/jixel-cron.log
* * * * * date >> /usr/local/ies-solutions/jixel-cron/jixel-cron.log
* * * * * /var/www/jixel/bin/cake >> /usr/local/ies-solutions/jixel-cron/jixel-cron.log
0 0 * * 0 rm -f /usr/local/ies-solutions/jixel-cron/jixel-cron.log
# keep this line empty!