iptraf-ng/SOURCES/iptraf-ng-logrotate.conf

10 lines
138 B
Plaintext
Raw Permalink Normal View History

2019-08-01 22:08:37 +00:00
# Logrotate file for iptraf
/var/log/iptraf-ng/*.log {
compress
delaycompress
missingok
notifempty
rotate 4
create 0600 root root
}