diff options
Diffstat (limited to 'etc')
-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 |