summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-25 00:45:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-25 00:45:26 +0000
commit31ef2e70b1271f5c2f2fe84b5eb0da251afe373b (patch)
treec5a5d79707f19ead55decb772616c0efeb696d7f /etc/crontab
parente99e980469dbb0be0465df9edc27f14518c986d1 (diff)
downloadpfsense-31ef2e70b1271f5c2f2fe84b5eb0da251afe373b.zip
pfsense-31ef2e70b1271f5c2f2fe84b5eb0da251afe373b.tar.gz
Automatically expire snort2c table every 60 minutes. This can also be used by other system components for temporary blocking.
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/crontab b/etc/crontab
index 490815b..cfa9635 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -2,10 +2,11 @@ SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#minute hour mday month wday who command
-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 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
-1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
-*/5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh
+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 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout
+1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update
+*/5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh
*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot
+*/60 * * * * root /usr/local/sbin/expiretable -t 1800 snort2c
OpenPOWER on IntegriCloud