In the suggested cron setup, the info for
notifies.php
tags.php
Should have at the end, this
so you don't get an annoying email everytime these cron jobs run.Code:> /dev/null 2>&1
cmd, which runs once a day at midnight, is ok. But without above, you will be annoyed by all the emails in your mailbox.
For example:
Code:/usr/local/bin/php -q /home/username/public_html/periodic/notifies.php > /dev/null 2>&1 /usr/local/bin/php -q /home/username/public_html/periodic/tags.php > /dev/null 2>&1
Smoge


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks