This time I decided to add a cron job that does a forced update once a week to get rid of this race condition. Start my copying over the daily cron job:
# cp /etc/cron.daily/ddclient /etc/cron.weekly/
And then editing it to include '-force':
# vi /etc/cron.weekly/ddclient
End result looks like this:
#!/bin/sh
/usr/sbin/ddclient -syslog -force
No comments:
Post a Comment