>       Also, an unrelated question: if I have a cluster of web servers using
> coda for shared storage, do I have to worry about their tokens expiring?
> Do other people use cron jobs to renew their tokens every day or so?

i have clog set for startup, then every hour in cron just to be safe. in
/etc/rc.local, it's:

su -l [http user] -c "/bin/echo [pass] | /usr/bin/clog [http [EMAIL PROTECTED]"

then said user's cron has:

59 * * * * /bin/echo [pass] | /usr/bin/clog [http [EMAIL PROTECTED]


good day!
joe

Reply via email to