diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-13 02:14:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-13 02:14:19 +0000 |
commit | 0d63c5a65f539c6b2ad3bfa48f13f45746203164 (patch) | |
tree | 14cf15063779ad3d5733c9800e46c8b40e598200 | |
parent | 9471afe1d7213c708ee81eac3e590735801887cb (diff) | |
download | pfsense-0d63c5a65f539c6b2ad3bfa48f13f45746203164.zip pfsense-0d63c5a65f539c6b2ad3bfa48f13f45746203164.tar.gz |
Call /etc/rc.dyndns.update once every week
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab index 6a462a2..ea11faf 100644 --- a/etc/crontab +++ b/etc/crontab @@ -12,3 +12,4 @@ HOME=/var/log */5 * * * * root /usr/bin/nice -n20 /etc/rc.prunecaptiveportal 1 * 1 * * root /usr/bin/nice -n20 /etc/update_bogons.sh */60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout +* 2 2 * * root /usr/bin/nice -n20 /etc/rc.dyndns.update |