diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-12-01 20:27:41 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2013-12-01 20:27:41 -0800 |
commit | 5b256ee788b6a2cf9484eb42420acb8926e17426 (patch) | |
tree | 93765f847a55df685a09530dab3ce273306f4e8f /etc/cron.d | |
parent | 7f1e5885e19830de5337ad505bc218d16ec0374a (diff) | |
download | iptables-rrdtool-5b256ee788b6a2cf9484eb42420acb8926e17426.tar.gz iptables-rrdtool-5b256ee788b6a2cf9484eb42420acb8926e17426.zip |
Add moreutils' 'chronic' to crontab command to shut rrdtool up
Diffstat (limited to 'etc/cron.d')
-rw-r--r-- | etc/cron.d/iptables-rrdtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/iptables-rrdtool b/etc/cron.d/iptables-rrdtool index 71a9877..49517a5 100644 --- a/etc/cron.d/iptables-rrdtool +++ b/etc/cron.d/iptables-rrdtool @@ -1,2 +1,2 @@ # generate and update RRDs from iptables rule counters every five minutes -*/5 * * * * root /usr/sbin/iptables-rrdtool +*/5 * * * * root /usr/bin/chronic /usr/sbin/iptables-rrdtool |