- Create a text file
vi crons.txt - Write your cron job on the first line, it should read something like this:
For Drupal:
0 * * * * lynx http://www.yourdomain.com/cron.php
or
For Xaraya:
0 * * * * lynx http://www.yourdomain.com/?module=schedulerSelect one, as what you need; and line break is only at the end of the cron job.
- Type in:
crontab crons.txt - Optionally, you can verify if all went well:
crontab -l
Related Items
- Add new comment
- 4 views