[kronolith] Alarm
Kevin M. Myer
kevin_myer at iu13.org
Sat Feb 4 18:11:26 PST 2006
Quoting Craig White <craigwhite at azapple.com>:
> set it to a cron with a repeating interval.
>
> # cat /var/spool/cron/apache
> 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * *
> \
> /usr/bin/php -f /var/www/html/horde/kronolith/scripts/reminders.php \
>> /dev/null 2>&1
Or if using a modern cron, save yourself some typing and use:
*/2 * * * * ....
(or whatever interval you choose to use - I run it every minute)
If you happened to change anything in your Apache config that affects
PHP and differs from your php.ini (like altering PHP's include_path, or
log file location), you'll need to make the appropriate changes within
reminders.php.
Kevin
--
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org
More information about the kronolith
mailing list