summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-30 05:20:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-30 05:20:33 +0000
commit672365c9cce61f69768fec2ddb913f07721ea9ea (patch)
treee3bdc52e2c27a94e8c303bb345569d3deae36a26 /etc/crontab
parent1a94ea6ca8648729a56723f98fde3eae99f9abc4 (diff)
downloadpfsense-672365c9cce61f69768fec2ddb913f07721ea9ea.zip
pfsense-672365c9cce61f69768fec2ddb913f07721ea9ea.tar.gz
Adjust crontab. For some reason dyndns was running every minute!?
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab
index 4e1d922..94bf435 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -5,5 +5,5 @@ HOME=/var/log
0 * * * * root /usr/bin/nice -n20 newsyslog
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
-* */20 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
+*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
+1 0-1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
OpenPOWER on IntegriCloud