logger for cron job

Steven Stern subscribed-lists at sterndata.com
Tue Apr 24 22:03:06 UTC 2007


Thufir wrote:
> I want to have output to know whether or not this cronjob tries to
> run, and, if so, what the result is.  This is done through the logger?
> <http://code.google.com/p/feed-on-feeds/> itself seems to run fine,
> but I have to manually update the feeds.
>
> [root at localhost ~]#
> [root at localhost ~]# cat /etc/cron.hourly/feeds-on-feeds
> 50 * * * * /usr/local/bin/GET 
> http://minutillo.com/steve/fof/update-quiet.php
> [root at localhost ~]#
> [root at localhost ~]# date
> Tue Apr 24 22:52:00 BST 2007
> [root at localhost ~]#
>
Delete the "50 * * * * *" part of the entry.  Files in /etc/cron.hourly 
are run, well, hourly.




More information about the fedora-list mailing list