summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-28 15:38:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-28 15:38:21 +0000
commit2ee259a5b64128458aa97438abc1e26e8dda95b0 (patch)
tree73dc9dfb4bbd1b09bc9993954f62d0d450847552 /etc
parenta254129aaa7f0ac560bfdf9cc1a0fa46f8bb6e5f (diff)
downloadpfsense-2ee259a5b64128458aa97438abc1e26e8dda95b0.zip
pfsense-2ee259a5b64128458aa97438abc1e26e8dda95b0.tar.gz
Change crontab entry to every 20 hours
Diffstat (limited to 'etc')
-rw-r--r--etc/crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab
index 1b6b452..9081e3e 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -11,4 +11,4 @@ HOME=/var/log
1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a
1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh
*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
-1 2 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
+* */20 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
OpenPOWER on IntegriCloud