[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Re: Cron Job and System Load



Mike Vanecek schrieb am Tuesday, den 18. February 2003:

> I would be interested in seeing a copy of the cron job. That sounds like a
> useful thing to do.

It's probably just something like using this script, chmod'ing it to
mode 0755 and running it from cron:

#! /bin/sh
if [ -n "`find /var/spool/news/out.going/ -type f -print`" ]
then
        fetchnews -Pv
fi

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list